public static interface DisableSnapshotCopyRequest.Builder extends RedshiftRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DisableSnapshotCopyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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.
DisableSnapshotCopyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DisableSnapshotCopyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.