Interface ReshardingConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReshardingConfiguration.Builder,
,ReshardingConfiguration> SdkBuilder<ReshardingConfiguration.Builder,
,ReshardingConfiguration> SdkPojo
- Enclosing class:
ReshardingConfiguration
@Mutable
@NotThreadSafe
public static interface ReshardingConfiguration.Builder
extends SdkPojo, CopyableBuilder<ReshardingConfiguration.Builder,ReshardingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionnodeGroupId
(String nodeGroupId) Either the ElastiCache supplied 4-digit id or a user supplied id for the node group these configuration values apply to.preferredAvailabilityZones
(String... preferredAvailabilityZones) A list of preferred availability zones for the nodes in this cluster.preferredAvailabilityZones
(Collection<String> preferredAvailabilityZones) A list of preferred availability zones for the nodes in this cluster.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
-
nodeGroupId
Either the ElastiCache supplied 4-digit id or a user supplied id for the node group these configuration values apply to.
- Parameters:
nodeGroupId
- Either the ElastiCache supplied 4-digit id or a user supplied id for the node group these configuration values apply to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preferredAvailabilityZones
ReshardingConfiguration.Builder preferredAvailabilityZones(Collection<String> preferredAvailabilityZones) A list of preferred availability zones for the nodes in this cluster.
- Parameters:
preferredAvailabilityZones
- A list of preferred availability zones for the nodes in this cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preferredAvailabilityZones
A list of preferred availability zones for the nodes in this cluster.
- Parameters:
preferredAvailabilityZones
- A list of preferred availability zones for the nodes in this cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-