Interface ResetCacheParameterGroupResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ResetCacheParameterGroupResponse.Builder,,ResetCacheParameterGroupResponse> ElastiCacheResponse.Builder,SdkBuilder<ResetCacheParameterGroupResponse.Builder,,ResetCacheParameterGroupResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ResetCacheParameterGroupResponse
public static interface ResetCacheParameterGroupResponse.Builder
extends ElastiCacheResponse.Builder, SdkPojo, CopyableBuilder<ResetCacheParameterGroupResponse.Builder,ResetCacheParameterGroupResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioncacheParameterGroupName(String cacheParameterGroupName) The name of the cache parameter group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
cacheParameterGroupName
The name of the cache parameter group.
- Parameters:
 cacheParameterGroupName- The name of the cache parameter group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -