public static interface ListCopyJobsRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListCopyJobsRequest.Builder,ListCopyJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCopyJobsRequest.Builder |
byAccountId(String byAccountId)
The account ID to list the jobs from.
|
ListCopyJobsRequest.Builder |
byCreatedAfter(Instant byCreatedAfter)
Returns only copy jobs that were created after the specified date.
|
ListCopyJobsRequest.Builder |
byCreatedBefore(Instant byCreatedBefore)
Returns only copy jobs that were created before the specified date.
|
ListCopyJobsRequest.Builder |
byDestinationVaultArn(String byDestinationVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy from; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
ListCopyJobsRequest.Builder |
byResourceArn(String byResourceArn)
Returns only copy jobs that match the specified resource Amazon Resource Name (ARN).
|
ListCopyJobsRequest.Builder |
byResourceType(String byResourceType)
Returns only backup jobs for the specified resources:
|
ListCopyJobsRequest.Builder |
byState(CopyJobState byState)
Returns only copy jobs that are in the specified state.
|
ListCopyJobsRequest.Builder |
byState(String byState)
Returns only copy jobs that are in the specified state.
|
ListCopyJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListCopyJobsRequest.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListCopyJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCopyJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCopyJobsRequest.Builder nextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
nextToken - The next item following a partial list of returned items. For example, if a request is made to return
maxResults number of items, NextToken allows you to return more items in your list starting at the
location pointed to by the next token.ListCopyJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults - The maximum number of items to be returned.ListCopyJobsRequest.Builder byResourceArn(String byResourceArn)
Returns only copy jobs that match the specified resource Amazon Resource Name (ARN).
byResourceArn - Returns only copy jobs that match the specified resource Amazon Resource Name (ARN).ListCopyJobsRequest.Builder byState(String byState)
Returns only copy jobs that are in the specified state.
byState - Returns only copy jobs that are in the specified state.CopyJobState,
CopyJobStateListCopyJobsRequest.Builder byState(CopyJobState byState)
Returns only copy jobs that are in the specified state.
byState - Returns only copy jobs that are in the specified state.CopyJobState,
CopyJobStateListCopyJobsRequest.Builder byCreatedBefore(Instant byCreatedBefore)
Returns only copy jobs that were created before the specified date.
byCreatedBefore - Returns only copy jobs that were created before the specified date.ListCopyJobsRequest.Builder byCreatedAfter(Instant byCreatedAfter)
Returns only copy jobs that were created after the specified date.
byCreatedAfter - Returns only copy jobs that were created after the specified date.ListCopyJobsRequest.Builder byResourceType(String byResourceType)
Returns only backup jobs for the specified resources:
DynamoDB for Amazon DynamoDB
EBS for Amazon Elastic Block Store
EC2 for Amazon Elastic Compute Cloud
EFS for Amazon Elastic File System
RDS for Amazon Relational Database Service
Aurora for Amazon Aurora
Storage Gateway for AWS Storage Gateway
byResourceType - Returns only backup jobs for the specified resources:
DynamoDB for Amazon DynamoDB
EBS for Amazon Elastic Block Store
EC2 for Amazon Elastic Compute Cloud
EFS for Amazon Elastic File System
RDS for Amazon Relational Database Service
Aurora for Amazon Aurora
Storage Gateway for AWS Storage Gateway
ListCopyJobsRequest.Builder byDestinationVaultArn(String byDestinationVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy from; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
byDestinationVaultArn - An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy from; for
example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.ListCopyJobsRequest.Builder byAccountId(String byAccountId)
The account ID to list the jobs from. Returns only copy jobs associated with the specified account ID.
byAccountId - The account ID to list the jobs from. Returns only copy jobs associated with the specified account ID.ListCopyJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCopyJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.