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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAnywhereSettings.BuilderchannelPlacementGroupId(String channelPlacementGroupId)The ID of the channel placement group for the channel.DescribeAnywhereSettings.BuilderclusterId(String clusterId)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
channelPlacementGroupId
DescribeAnywhereSettings.Builder channelPlacementGroupId(String 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
DescribeAnywhereSettings.Builder clusterId(String 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.
-
-