Interface DisableSnapshotCopyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisableSnapshotCopyRequest.Builder,DisableSnapshotCopyRequest>,RedshiftRequest.Builder,SdkBuilder<DisableSnapshotCopyRequest.Builder,DisableSnapshotCopyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisableSnapshotCopyRequest
public static interface DisableSnapshotCopyRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DisableSnapshotCopyRequest.Builder,DisableSnapshotCopyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisableSnapshotCopyRequest.BuilderclusterIdentifier(String clusterIdentifier)The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.DisableSnapshotCopyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableSnapshotCopyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterIdentifier
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisableSnapshotCopyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisableSnapshotCopyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-