Interface DescribeAnywhereSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DescribeAnywhereSettings.Builder,
,DescribeAnywhereSettings> SdkBuilder<DescribeAnywhereSettings.Builder,
,DescribeAnywhereSettings> SdkPojo
- Enclosing class:
DescribeAnywhereSettings
public static interface DescribeAnywhereSettings.Builder
extends SdkPojo, CopyableBuilder<DescribeAnywhereSettings.Builder,DescribeAnywhereSettings>
-
Method Summary
Modifier and TypeMethodDescriptionchannelPlacementGroupId
(String channelPlacementGroupId) The ID of the channel placement group for the channel.The ID of the cluster for the channel.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 Details
-
channelPlacementGroupId
The ID of the channel placement group for the channel.- Parameters:
channelPlacementGroupId
- The ID of the channel placement group for the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterId
The ID of the cluster for the channel.- Parameters:
clusterId
- The ID of the cluster for the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-