Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyDBSnapshotRequest.Builder,ModifyDBSnapshotRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyDBSnapshotRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyDBSnapshotRequest.Builder,ModifyDBSnapshotRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyDBSnapshotRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyDBSnapshotRequest.Builder |
builder() |
|
String |
dbSnapshotIdentifier() |
The identifier of the DB snapshot to modify.
|
String |
engineVersion() |
The engine version to update the DB snapshot to.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ModifyDBSnapshotRequest.Builder> |
serializableBuilderClass() |
|
ModifyDBSnapshotRequest.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 dbSnapshotIdentifier()
The identifier of the DB snapshot to modify.
public String engineVersion()
The engine version to update the DB snapshot to.
public ModifyDBSnapshotRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyDBSnapshotRequest.Builder,ModifyDBSnapshotRequest>
public static ModifyDBSnapshotRequest.Builder builder()
public static Class<? extends ModifyDBSnapshotRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.