Interface UpdateChannelResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudTrailResponse.Builder, CopyableBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>, SdkBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateChannelResponse

public static interface UpdateChannelResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>
  • Method Details

    • channelArn

      UpdateChannelResponse.Builder channelArn(String channelArn)

      The ARN of the channel that was updated.

      Parameters:
      channelArn - The ARN of the channel that was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the channel that was updated.

      Parameters:
      name - The name of the channel that was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      The event source of the channel that was updated.

      Parameters:
      source - The event source of the channel that was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinations

      The event data stores that log events arriving through the channel.

      Parameters:
      destinations - The event data stores that log events arriving through the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinations

      UpdateChannelResponse.Builder destinations(Destination... destinations)

      The event data stores that log events arriving through the channel.

      Parameters:
      destinations - The event data stores that log events arriving through the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinations

      The event data stores that log events arriving through the channel.

      This is a convenience method that creates an instance of the Destination.Builder avoiding the need to create one manually via Destination.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to destinations(List<Destination>).

      Parameters:
      destinations - a consumer that will call methods on Destination.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: