Interface GlobalNodeGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GlobalNodeGroup.Builder,
,GlobalNodeGroup> SdkBuilder<GlobalNodeGroup.Builder,
,GlobalNodeGroup> SdkPojo
- Enclosing class:
GlobalNodeGroup
public static interface GlobalNodeGroup.Builder
extends SdkPojo, CopyableBuilder<GlobalNodeGroup.Builder,GlobalNodeGroup>
-
Method Summary
Modifier and TypeMethodDescriptionglobalNodeGroupId
(String globalNodeGroupId) The name of the global node groupThe keyspace for this node groupMethods 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
-
globalNodeGroupId
The name of the global node group
- Parameters:
globalNodeGroupId
- The name of the global node group- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slots
The keyspace for this node group
- Parameters:
slots
- The keyspace for this node group- Returns:
- Returns a reference to this object so that method calls can be chained together.
-