Interface SubChannelSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SubChannelSummary.Builder,SubChannelSummary>, SdkBuilder<SubChannelSummary.Builder,SubChannelSummary>, SdkPojo
Enclosing class:
SubChannelSummary

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

    • subChannelId

      SubChannelSummary.Builder subChannelId(String subChannelId)

      The unique ID of a SubChannel.

      Parameters:
      subChannelId - The unique ID of a SubChannel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • membershipCount

      SubChannelSummary.Builder membershipCount(Integer membershipCount)

      The number of members in a SubChannel.

      Parameters:
      membershipCount - The number of members in a SubChannel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.