Interface ListAllowedNodeTypeUpdatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAllowedNodeTypeUpdatesRequest.Builder,ListAllowedNodeTypeUpdatesRequest>,MemoryDbRequest.Builder,SdkBuilder<ListAllowedNodeTypeUpdatesRequest.Builder,ListAllowedNodeTypeUpdatesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAllowedNodeTypeUpdatesRequest
public static interface ListAllowedNodeTypeUpdatesRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<ListAllowedNodeTypeUpdatesRequest.Builder,ListAllowedNodeTypeUpdatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAllowedNodeTypeUpdatesRequest.BuilderclusterName(String clusterName)The name of the cluster you want to scale.ListAllowedNodeTypeUpdatesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAllowedNodeTypeUpdatesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.memorydb.model.MemoryDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterName
ListAllowedNodeTypeUpdatesRequest.Builder clusterName(String clusterName)
The name of the cluster you want to scale. MemoryDB uses the cluster name to identify the current node type being used by this cluster, and from that to create a list of node types you can scale up to.
- Parameters:
clusterName- The name of the cluster you want to scale. MemoryDB uses the cluster name to identify the current node type being used by this cluster, and from that to create a list of node types you can scale up to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAllowedNodeTypeUpdatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAllowedNodeTypeUpdatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-