public static interface CopyBackupToRegionResponse.Builder extends CloudHsmV2Response.Builder, SdkPojo, CopyableBuilder<CopyBackupToRegionResponse.Builder,CopyBackupToRegionResponse>
Modifier and Type | Method and Description |
---|---|
default CopyBackupToRegionResponse.Builder |
destinationBackup(Consumer<DestinationBackup.Builder> destinationBackup)
Information on the backup that will be copied to the destination region, including CreateTimestamp,
SourceBackup, SourceCluster, and Source Region.
|
CopyBackupToRegionResponse.Builder |
destinationBackup(DestinationBackup destinationBackup)
Information on the backup that will be copied to the destination region, including CreateTimestamp,
SourceBackup, SourceCluster, and Source Region.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CopyBackupToRegionResponse.Builder destinationBackup(DestinationBackup destinationBackup)
Information on the backup that will be copied to the destination region, including CreateTimestamp, SourceBackup, SourceCluster, and Source Region. CreateTimestamp of the destination backup will be the same as that of the source backup.
You will need to use the sourceBackupID
returned in this operation to use the
DescribeBackups operation on the backup that will be copied to the destination region.
destinationBackup
- Information on the backup that will be copied to the destination region, including CreateTimestamp,
SourceBackup, SourceCluster, and Source Region. CreateTimestamp of the destination backup will be the
same as that of the source backup.
You will need to use the sourceBackupID
returned in this operation to use the
DescribeBackups operation on the backup that will be copied to the destination region.
default CopyBackupToRegionResponse.Builder destinationBackup(Consumer<DestinationBackup.Builder> destinationBackup)
Information on the backup that will be copied to the destination region, including CreateTimestamp, SourceBackup, SourceCluster, and Source Region. CreateTimestamp of the destination backup will be the same as that of the source backup.
You will need to use the sourceBackupID
returned in this operation to use the
DescribeBackups operation on the backup that will be copied to the destination region.
DestinationBackup.Builder
avoiding the need to
create one manually via DestinationBackup.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to destinationBackup(DestinationBackup)
.destinationBackup
- a consumer that will call methods on DestinationBackup.Builder
destinationBackup(DestinationBackup)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.