Interface FollowerChannelSettings.Builder

  • Method Details

    • linkedChannelType

      FollowerChannelSettings.Builder linkedChannelType(String linkedChannelType)
      Specifies this as a follower channel
      Parameters:
      linkedChannelType - Specifies this as a follower channel
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • linkedChannelType

      FollowerChannelSettings.Builder linkedChannelType(LinkedChannelType linkedChannelType)
      Specifies this as a follower channel
      Parameters:
      linkedChannelType - Specifies this as a follower channel
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • primaryChannelArn

      FollowerChannelSettings.Builder primaryChannelArn(String primaryChannelArn)
      The ARN of the primary channel to follow
      Parameters:
      primaryChannelArn - The ARN of the primary channel to follow
      Returns:
      Returns a reference to this object so that method calls can be chained together.