public static interface DisableSnapshotCopyRequest.Builder extends RedshiftRequest.Builder, CopyableBuilder<DisableSnapshotCopyRequest.Builder,DisableSnapshotCopyRequest>
| Modifier and Type | Method and 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.
|
DisableSnapshotCopyRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DisableSnapshotCopyRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDisableSnapshotCopyRequest.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.
DisableSnapshotCopyRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DisableSnapshotCopyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.