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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubChannelSummary.BuildermembershipCount(Integer membershipCount)The number of members in a SubChannel.SubChannelSummary.BuildersubChannelId(String subChannelId)The unique ID of a SubChannel.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-