public static interface CreateSnapshotRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
| Modifier and Type | Method and Description | 
|---|---|
CreateSnapshotRequest.Builder | 
cacheClusterId(String cacheClusterId)
 The identifier of an existing cluster. 
 | 
CreateSnapshotRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
CreateSnapshotRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
CreateSnapshotRequest.Builder | 
replicationGroupId(String replicationGroupId)
 The identifier of an existing replication group. 
 | 
CreateSnapshotRequest.Builder | 
snapshotName(String snapshotName)
 A name for the snapshot being created. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildCreateSnapshotRequest.Builder replicationGroupId(String replicationGroupId)
The identifier of an existing replication group. The snapshot is created from this replication group.
replicationGroupId - The identifier of an existing replication group. The snapshot is created from this replication group.CreateSnapshotRequest.Builder cacheClusterId(String cacheClusterId)
The identifier of an existing cluster. The snapshot is created from this cluster.
cacheClusterId - The identifier of an existing cluster. The snapshot is created from this cluster.CreateSnapshotRequest.Builder snapshotName(String snapshotName)
A name for the snapshot being created.
snapshotName - A name for the snapshot being created.CreateSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.