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)
Add an optional request override configuration.
|
CopyBackupToRegionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CopyBackupToRegionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.