Interface AnywhereSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnywhereSettings.Builder,
,AnywhereSettings> SdkBuilder<AnywhereSettings.Builder,
,AnywhereSettings> SdkPojo
- Enclosing class:
AnywhereSettings
@Mutable
@NotThreadSafe
public static interface AnywhereSettings.Builder
extends SdkPojo, CopyableBuilder<AnywhereSettings.Builder,AnywhereSettings>
-
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, sdkFieldNameToField, 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.
-