public static interface DestinationBackup.Builder extends SdkPojo, CopyableBuilder<DestinationBackup.Builder,DestinationBackup>
| Modifier and Type | Method and Description |
|---|---|
DestinationBackup.Builder |
createTimestamp(Instant createTimestamp)
The date and time when both the source backup was created.
|
DestinationBackup.Builder |
sourceBackup(String sourceBackup)
The identifier (ID) of the source backup from which the new backup was copied.
|
DestinationBackup.Builder |
sourceCluster(String sourceCluster)
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
|
DestinationBackup.Builder |
sourceRegion(String sourceRegion)
The AWS region that contains the source backup from which the new backup was copied.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationBackup.Builder createTimestamp(Instant createTimestamp)
The date and time when both the source backup was created.
createTimestamp - The date and time when both the source backup was created.DestinationBackup.Builder sourceRegion(String sourceRegion)
The AWS region that contains the source backup from which the new backup was copied.
sourceRegion - The AWS region that contains the source backup from which the new backup was copied.DestinationBackup.Builder sourceBackup(String sourceBackup)
The identifier (ID) of the source backup from which the new backup was copied.
sourceBackup - The identifier (ID) of the source backup from which the new backup was copied.DestinationBackup.Builder sourceCluster(String sourceCluster)
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
sourceCluster - The identifier (ID) of the cluster containing the source backup from which the new backup was copied.Copyright © 2023. All rights reserved.