Interface AnywhereSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnywhereSettings.Builder,AnywhereSettings>,SdkBuilder<AnywhereSettings.Builder,AnywhereSettings>,SdkPojo
- Enclosing class:
- AnywhereSettings
public static interface AnywhereSettings.Builder extends SdkPojo, CopyableBuilder<AnywhereSettings.Builder,AnywhereSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnywhereSettings.BuilderchannelPlacementGroupId(String channelPlacementGroupId)The ID of the channel placement group for the channel.AnywhereSettings.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
AnywhereSettings.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
AnywhereSettings.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.
-
-