CopyableBuilder<DisableSnapshotCopyRequest.Builder,DisableSnapshotCopyRequest>
, SdkBuilder<DisableSnapshotCopyRequest.Builder,DisableSnapshotCopyRequest>
public static interface DisableSnapshotCopyRequest.Builder extends CopyableBuilder<DisableSnapshotCopyRequest.Builder,DisableSnapshotCopyRequest>
Modifier and Type | Method | Description |
---|---|---|
DisableSnapshotCopyRequest.Builder |
clusterIdentifier(String clusterIdentifier) |
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination
region.
|
copy
apply, build
DisableSnapshotCopyRequest.Builder clusterIdentifier(String clusterIdentifier)
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
clusterIdentifier
- The unique identifier of the source cluster that you want to disable copying of snapshots to a
destination region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.