Interface ExportServerlessCacheSnapshotRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ExportServerlessCacheSnapshotRequest.Builder,
,ExportServerlessCacheSnapshotRequest> ElastiCacheRequest.Builder
,SdkBuilder<ExportServerlessCacheSnapshotRequest.Builder,
,ExportServerlessCacheSnapshotRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ExportServerlessCacheSnapshotRequest
public static interface ExportServerlessCacheSnapshotRequest.Builder
extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<ExportServerlessCacheSnapshotRequest.Builder,ExportServerlessCacheSnapshotRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.s3BucketName
(String s3BucketName) Name of the Amazon S3 bucket to export the snapshot to.serverlessCacheSnapshotName
(String serverlessCacheSnapshotName) The identifier of the serverless cache snapshot to be exported to S3.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, sdkFields
-
Method Details
-
serverlessCacheSnapshotName
ExportServerlessCacheSnapshotRequest.Builder serverlessCacheSnapshotName(String serverlessCacheSnapshotName) The identifier of the serverless cache snapshot to be exported to S3. Available for Redis OSS only.
- Parameters:
serverlessCacheSnapshotName
- The identifier of the serverless cache snapshot to be exported to S3. Available for Redis OSS only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketName
Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3 bucket must also be in same region as the snapshot. Available for Redis OSS only.
- Parameters:
s3BucketName
- Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3 bucket must also be in same region as the snapshot. Available for Redis OSS only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ExportServerlessCacheSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ExportServerlessCacheSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-