@Generated(value="software.amazon.awssdk:codegen") public final class DestinationBackup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DestinationBackup.Builder,DestinationBackup>
Contains information about the backup that will be copied and created by the CopyBackupToRegion operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DestinationBackup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DestinationBackup.Builder |
builder() |
Instant |
createTimestamp()
The date and time when both the source backup was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DestinationBackup.Builder> |
serializableBuilderClass() |
String |
sourceBackup()
The identifier (ID) of the source backup from which the new backup was copied.
|
String |
sourceCluster()
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
|
String |
sourceRegion()
The AWS region that contains the source backup from which the new backup was copied.
|
DestinationBackup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createTimestamp()
The date and time when both the source backup was created.
public final String sourceRegion()
The AWS region that contains the source backup from which the new backup was copied.
public final String sourceBackup()
The identifier (ID) of the source backup from which the new backup was copied.
public final String sourceCluster()
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
public DestinationBackup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DestinationBackup.Builder,DestinationBackup>public static DestinationBackup.Builder builder()
public static Class<? extends DestinationBackup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.