Interface CreateChannelResponse.Builder

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

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

    • channelArn

      CreateChannelResponse.Builder channelArn(String channelArn)

      The Amazon Resource Name (ARN) of the new channel.

      Parameters:
      channelArn - The Amazon Resource Name (ARN) of the new channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the new channel.

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

      The partner or external event source name.

      Parameters:
      source - The partner or external event source name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinations

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

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

      CreateChannelResponse.Builder destinations(Destination... destinations)

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

      Parameters:
      destinations - The event data stores that log the 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 the 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:
    • tags

      Sets the value of the Tags property for this object.
      Parameters:
      tags - The new value for the Tags property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Sets the value of the Tags property for this object.
      Parameters:
      tags - The new value for the Tags property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Sets the value of the Tags property for this object. This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

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

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