Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DisableSnapshotCopyRequest.Builder,DisableSnapshotCopyRequest>
@Generated("software.amazon.awssdk:codegen") public class DisableSnapshotCopyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DisableSnapshotCopyRequest.Builder,DisableSnapshotCopyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DisableSnapshotCopyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DisableSnapshotCopyRequest.Builder |
builder() |
|
String |
clusterIdentifier() |
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination
region.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DisableSnapshotCopyRequest.Builder> |
serializableBuilderClass() |
|
DisableSnapshotCopyRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
public DisableSnapshotCopyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DisableSnapshotCopyRequest.Builder,DisableSnapshotCopyRequest>
public static DisableSnapshotCopyRequest.Builder builder()
public static Class<? extends DisableSnapshotCopyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.