Interface ListAllowedNodeTypeModificationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAllowedNodeTypeModificationsRequest.Builder,ListAllowedNodeTypeModificationsRequest>,ElastiCacheRequest.Builder,SdkBuilder<ListAllowedNodeTypeModificationsRequest.Builder,ListAllowedNodeTypeModificationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAllowedNodeTypeModificationsRequest
public static interface ListAllowedNodeTypeModificationsRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<ListAllowedNodeTypeModificationsRequest.Builder,ListAllowedNodeTypeModificationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAllowedNodeTypeModificationsRequest.BuildercacheClusterId(String cacheClusterId)The name of the cluster you want to scale up to a larger node instanced type.ListAllowedNodeTypeModificationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAllowedNodeTypeModificationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAllowedNodeTypeModificationsRequest.BuilderreplicationGroupId(String replicationGroupId)The name of the replication group want to scale up to a larger node type.-
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.elasticache.model.ElastiCacheRequest.Builder
build
-
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
-
cacheClusterId
ListAllowedNodeTypeModificationsRequest.Builder cacheClusterId(String cacheClusterId)
The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.
You must provide a value for either the
CacheClusterIdor theReplicationGroupId.- Parameters:
cacheClusterId- The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.You must provide a value for either the
CacheClusterIdor theReplicationGroupId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationGroupId
ListAllowedNodeTypeModificationsRequest.Builder replicationGroupId(String replicationGroupId)
The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.
You must provide a value for either the
CacheClusterIdor theReplicationGroupId.- Parameters:
replicationGroupId- The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.You must provide a value for either the
CacheClusterIdor theReplicationGroupId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAllowedNodeTypeModificationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAllowedNodeTypeModificationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-