Interface CreateCacheParameterGroupRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateCacheParameterGroupRequest.Builder,,CreateCacheParameterGroupRequest> ElastiCacheRequest.Builder,SdkBuilder<CreateCacheParameterGroupRequest.Builder,,CreateCacheParameterGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateCacheParameterGroupRequest
- 
Method Summary
Modifier and TypeMethodDescriptioncacheParameterGroupFamily(String cacheParameterGroupFamily) The name of the cache parameter group family that the cache parameter group can be used with.cacheParameterGroupName(String cacheParameterGroupName) A user-specified name for the cache parameter group.description(String description) A user-specified description for the cache parameter group.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) A list of tags to be added to this resource.tags(Consumer<Tag.Builder>... tags) A list of tags to be added to this resource.A list of tags to be added to this resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
cacheParameterGroupName
A user-specified name for the cache parameter group.
- Parameters:
 cacheParameterGroupName- A user-specified name for the cache parameter group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cacheParameterGroupFamily
CreateCacheParameterGroupRequest.Builder cacheParameterGroupFamily(String cacheParameterGroupFamily) The name of the cache parameter group family that the cache parameter group can be used with.
Valid values are:
memcached1.4|memcached1.5|memcached1.6|redis2.6|redis2.8|redis3.2|redis4.0|redis5.0|redis6.x|redis7- Parameters:
 cacheParameterGroupFamily- The name of the cache parameter group family that the cache parameter group can be used with.Valid values are:
memcached1.4|memcached1.5|memcached1.6|redis2.6|redis2.8|redis3.2|redis4.0|redis5.0|redis6.x|redis7- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
A user-specified description for the cache parameter group.
- Parameters:
 description- A user-specified description for the cache parameter group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
- Parameters:
 tags- A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
- Parameters:
 tags- A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateCacheParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateCacheParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -