public static interface CopyBackupToRegionRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<CopyBackupToRegionRequest.Builder,CopyBackupToRegionRequest>
| Modifier and Type | Method and Description |
|---|---|
CopyBackupToRegionRequest.Builder |
backupId(String backupId)
The ID of the backup that will be copied to the destination region.
|
CopyBackupToRegionRequest.Builder |
destinationRegion(String destinationRegion)
The AWS region that will contain your copied CloudHSM cluster backup.
|
CopyBackupToRegionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CopyBackupToRegionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CopyBackupToRegionRequest.Builder |
tagList(Collection<Tag> tagList)
Tags to apply to the destination backup during creation.
|
CopyBackupToRegionRequest.Builder |
tagList(Consumer<Tag.Builder>... tagList)
Tags to apply to the destination backup during creation.
|
CopyBackupToRegionRequest.Builder |
tagList(Tag... tagList)
Tags to apply to the destination backup during creation.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCopyBackupToRegionRequest.Builder destinationRegion(String destinationRegion)
The AWS region that will contain your copied CloudHSM cluster backup.
destinationRegion - The AWS region that will contain your copied CloudHSM cluster backup.CopyBackupToRegionRequest.Builder backupId(String backupId)
The ID of the backup that will be copied to the destination region.
backupId - The ID of the backup that will be copied to the destination region.CopyBackupToRegionRequest.Builder tagList(Collection<Tag> tagList)
Tags to apply to the destination backup during creation. If you specify tags, only these tags will be applied to the destination backup. If you do not specify tags, the service copies tags from the source backup to the destination backup.
tagList - Tags to apply to the destination backup during creation. If you specify tags, only these tags will be
applied to the destination backup. If you do not specify tags, the service copies tags from the source
backup to the destination backup.CopyBackupToRegionRequest.Builder tagList(Tag... tagList)
Tags to apply to the destination backup during creation. If you specify tags, only these tags will be applied to the destination backup. If you do not specify tags, the service copies tags from the source backup to the destination backup.
tagList - Tags to apply to the destination backup during creation. If you specify tags, only these tags will be
applied to the destination backup. If you do not specify tags, the service copies tags from the source
backup to the destination backup.CopyBackupToRegionRequest.Builder tagList(Consumer<Tag.Builder>... tagList)
Tags to apply to the destination backup during creation. If you specify tags, only these tags will be applied to the destination backup. If you do not specify tags, the service copies tags from the source backup to the destination backup.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tagList(List) .tagList - a consumer that will call methods on List.Builder #tagList(List) CopyBackupToRegionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCopyBackupToRegionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.