CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
, SdkBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
public static interface CreateSnapshotRequest.Builder extends CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateSnapshotRequest.Builder |
cacheClusterId(String cacheClusterId) |
The identifier of an existing cache cluster.
|
CreateSnapshotRequest.Builder |
replicationGroupId(String replicationGroupId) |
The identifier of an existing replication group.
|
CreateSnapshotRequest.Builder |
snapshotName(String snapshotName) |
A name for the snapshot being created.
|
copy
apply, build
CreateSnapshotRequest.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 cache cluster. The snapshot is created from this cache cluster.
cacheClusterId
- The identifier of an existing cache cluster. The snapshot is created from this cache cluster.CreateSnapshotRequest.Builder snapshotName(String snapshotName)
A name for the snapshot being created.
snapshotName
- A name for the snapshot being created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.