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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalNodeGroup.BuilderglobalNodeGroupId(String globalNodeGroupId)The name of the global node groupGlobalNodeGroup.Builderslots(String slots)The keyspace for this node group-
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
-
globalNodeGroupId
GlobalNodeGroup.Builder globalNodeGroupId(String 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
GlobalNodeGroup.Builder slots(String 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.
-
-