public static interface ListAllowedNodeTypeModificationsRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<ListAllowedNodeTypeModificationsRequest.Builder,ListAllowedNodeTypeModificationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAllowedNodeTypeModificationsRequest.Builder |
cacheClusterId(String cacheClusterId)
The name of the cluster you want to scale up to a larger node instanced type.
|
ListAllowedNodeTypeModificationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAllowedNodeTypeModificationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAllowedNodeTypeModificationsRequest.Builder |
replicationGroupId(String replicationGroupId)
The name of the replication group want to scale up to a larger node type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAllowedNodeTypeModificationsRequest.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 CacheClusterId or the ReplicationGroupId.
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 CacheClusterId or the
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 CacheClusterId or the ReplicationGroupId.
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 CacheClusterId or the
ReplicationGroupId.
ListAllowedNodeTypeModificationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAllowedNodeTypeModificationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.