Interface SubChannelSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SubChannelSummary.Builder,
,SubChannelSummary> SdkBuilder<SubChannelSummary.Builder,
,SubChannelSummary> SdkPojo
- Enclosing class:
SubChannelSummary
@Mutable
@NotThreadSafe
public static interface SubChannelSummary.Builder
extends SdkPojo, CopyableBuilder<SubChannelSummary.Builder,SubChannelSummary>
-
Method Summary
Modifier and TypeMethodDescriptionmembershipCount
(Integer membershipCount) The number of members in a SubChannel.subChannelId
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-