Interface ChannelInfo.Builder

  • Method Details

    • channelArn

      ChannelInfo.Builder channelArn(String channelArn)

      The Amazon Resource Name (ARN) that uniquely identifies the channel.

      Parameters:
      channelArn -

      The Amazon Resource Name (ARN) that uniquely identifies the channel.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelName

      ChannelInfo.Builder channelName(String channelName)

      The name of the channel.

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

      ChannelInfo.Builder status(String status)

      The current lifecycle state of the channel.

      Parameters:
      status - The current lifecycle state of the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current lifecycle state of the channel.

      Parameters:
      status - The current lifecycle state of the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      ChannelInfo.Builder creationTime(Instant creationTime)

      The time when the channel was created.

      Parameters:
      creationTime -

      The time when the channel was created.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationType

      ChannelInfo.Builder destinationType(String destinationType)

      The type of destination configured for the channel.

      Parameters:
      destinationType - The type of destination configured for the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destinationType

      ChannelInfo.Builder destinationType(ChannelDestinationType destinationType)

      The type of destination configured for the channel.

      Parameters:
      destinationType - The type of destination configured for the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • clusterOperationArn

      ChannelInfo.Builder clusterOperationArn(String clusterOperationArn)

      The Amazon Resource Name (ARN) of the in-flight cluster operation. Returned only while the channel is in CREATING, UPDATING, or DELETING.

      Parameters:
      clusterOperationArn - The Amazon Resource Name (ARN) of the in-flight cluster operation. Returned only while the channel is in CREATING, UPDATING, or DELETING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.