Interface DeleteServerlessCacheRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DeleteServerlessCacheRequest.Builder,,DeleteServerlessCacheRequest> ElastiCacheRequest.Builder,SdkBuilder<DeleteServerlessCacheRequest.Builder,,DeleteServerlessCacheRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DeleteServerlessCacheRequest
@Mutable
@NotThreadSafe
public static interface DeleteServerlessCacheRequest.Builder
extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<DeleteServerlessCacheRequest.Builder,DeleteServerlessCacheRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionfinalSnapshotName(String finalSnapshotName) Name of the final snapshot to be taken before the serverless cache is deleted.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serverlessCacheName(String serverlessCacheName) The identifier of the serverless cache to be deleted.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
serverlessCacheName
The identifier of the serverless cache to be deleted.
- Parameters:
 serverlessCacheName- The identifier of the serverless cache to be deleted.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
finalSnapshotName
Name of the final snapshot to be taken before the serverless cache is deleted. Available for Valkey, Redis OSS and Serverless Memcached only. Default: NULL, i.e. a final snapshot is not taken.
- Parameters:
 finalSnapshotName- Name of the final snapshot to be taken before the serverless cache is deleted. Available for Valkey, Redis OSS and Serverless Memcached only. Default: NULL, i.e. a final snapshot is not taken.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DeleteServerlessCacheRequest.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
DeleteServerlessCacheRequest.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.
 
 
 -