@Generated(value="software.amazon.awssdk:codegen") public final class StartCopyJobRequest extends BackupRequest implements ToCopyableBuilder<StartCopyJobRequest.Builder,StartCopyJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartCopyJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartCopyJobRequest.Builder |
builder() |
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. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamRoleArn()
Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access. |
String |
idempotencyToken()
A customer-chosen string that you can use to distinguish between otherwise identical calls to
StartCopyJob. |
Lifecycle |
lifecycle()
Returns the value of the Lifecycle property for this object.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartCopyJobRequest.Builder> |
serializableBuilderClass() |
String |
sourceBackupVaultName()
The name of a logical source container where backups are stored.
|
StartCopyJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final 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 Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
public final 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.
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.public final String iamRoleArn()
Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access.
arn:aws:iam::123456789012:role/S3Access.public final String idempotencyToken()
A customer-chosen string that you can use to distinguish between otherwise identical calls to
StartCopyJob. Retrying a successful request with the same idempotency token results in a success
message with no action taken.
StartCopyJob. Retrying a successful request with the same idempotency token results in a
success message with no action taken.public final Lifecycle lifecycle()
public StartCopyJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartCopyJobRequest.Builder,StartCopyJobRequest>toBuilder in class BackupRequestpublic static StartCopyJobRequest.Builder builder()
public static Class<? extends StartCopyJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.