public static interface StartCopyJobRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<StartCopyJobRequest.Builder,StartCopyJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartCopyJobRequest.Builder |
destinationBackupVaultArn(String destinationBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to copy to; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
StartCopyJobRequest.Builder |
iamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access. |
StartCopyJobRequest.Builder |
idempotencyToken(String idempotencyToken)
A customer chosen string that can be used to distinguish between calls to
StartCopyJob. |
default StartCopyJobRequest.Builder |
lifecycle(Consumer<Lifecycle.Builder> lifecycle)
Sets the value of the Lifecycle property for this object.
|
StartCopyJobRequest.Builder |
lifecycle(Lifecycle lifecycle)
Sets the value of the Lifecycle property for this object.
|
StartCopyJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartCopyJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartCopyJobRequest.Builder |
recoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point to use for the copy job; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
|
StartCopyJobRequest.Builder |
sourceBackupVaultName(String sourceBackupVaultName)
The name of a logical source container where backups are stored.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartCopyJobRequest.Builder recoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point to use for the copy job; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
recoveryPointArn - An ARN that uniquely identifies a recovery point to use for the copy job; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.StartCopyJobRequest.Builder sourceBackupVaultName(String sourceBackupVaultName)
The name of a logical source container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
sourceBackupVaultName - The name of a logical source container where backups are stored. Backup vaults are identified by names
that are unique to the account used to create them and the AWS Region where they are created. They
consist of lowercase letters, numbers, and hyphens.StartCopyJobRequest.Builder destinationBackupVaultArn(String destinationBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to copy to; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
destinationBackupVaultArn - An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to copy to; for
example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.StartCopyJobRequest.Builder iamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access.
iamRoleArn - Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access.StartCopyJobRequest.Builder idempotencyToken(String idempotencyToken)
A customer chosen string that can be used to distinguish between calls to StartCopyJob.
idempotencyToken - A customer chosen string that can be used to distinguish between calls to StartCopyJob.StartCopyJobRequest.Builder lifecycle(Lifecycle lifecycle)
lifecycle - The new value for the Lifecycle property for this object.default StartCopyJobRequest.Builder lifecycle(Consumer<Lifecycle.Builder> lifecycle)
Lifecycle.Builder avoiding the need to create
one manually via Lifecycle.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lifecycle(Lifecycle).lifecycle - a consumer that will call methods on Lifecycle.Builderlifecycle(Lifecycle)StartCopyJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartCopyJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.