public static interface SnapshotErrorMessage.Builder extends SdkPojo, CopyableBuilder<SnapshotErrorMessage.Builder,SnapshotErrorMessage>
Modifier and Type | Method and Description |
---|---|
SnapshotErrorMessage.Builder |
failureCode(String failureCode)
The failure code for the error.
|
SnapshotErrorMessage.Builder |
failureReason(String failureReason)
The text message describing the error.
|
SnapshotErrorMessage.Builder |
snapshotClusterIdentifier(String snapshotClusterIdentifier)
A unique identifier for the cluster.
|
SnapshotErrorMessage.Builder |
snapshotIdentifier(String snapshotIdentifier)
A unique identifier for the snapshot returning the error.
|
copy
applyMutation, build
SnapshotErrorMessage.Builder snapshotIdentifier(String snapshotIdentifier)
A unique identifier for the snapshot returning the error.
snapshotIdentifier
- A unique identifier for the snapshot returning the error.SnapshotErrorMessage.Builder snapshotClusterIdentifier(String snapshotClusterIdentifier)
A unique identifier for the cluster.
snapshotClusterIdentifier
- A unique identifier for the cluster.SnapshotErrorMessage.Builder failureCode(String failureCode)
The failure code for the error.
failureCode
- The failure code for the error.SnapshotErrorMessage.Builder failureReason(String failureReason)
The text message describing the error.
failureReason
- The text message describing the error.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.