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 |
byCompleteAfter(Instant byCompleteAfter)
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
ListCopyJobsRequest.Builder |
byCompleteBefore(Instant byCompleteBefore)
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
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 |
byParentJobId(String byParentJobId)
This is a filter to list child (nested) jobs based on parent job ID.
|
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:
Aurora for Amazon Aurora
DocumentDB for Amazon DocumentDB (with MongoDB compatibility)
DynamoDB for Amazon DynamoDB
EBS for Amazon Elastic Block Store
EC2 for Amazon Elastic Compute Cloud
EFS for Amazon Elastic File System
FSx for Amazon FSx
Neptune for Amazon Neptune
RDS for Amazon Relational Database Service
Storage Gateway for Storage Gateway
S3 for Amazon S3
VirtualMachine for virtual machines
byResourceType - Returns only backup jobs for the specified resources:
Aurora for Amazon Aurora
DocumentDB for Amazon DocumentDB (with MongoDB compatibility)
DynamoDB for Amazon DynamoDB
EBS for Amazon Elastic Block Store
EC2 for Amazon Elastic Compute Cloud
EFS for Amazon Elastic File System
FSx for Amazon FSx
Neptune for Amazon Neptune
RDS for Amazon Relational Database Service
Storage Gateway for Storage Gateway
S3 for Amazon S3
VirtualMachine for virtual machines
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 byCompleteBefore(Instant byCompleteBefore)
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
byCompleteBefore - Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time
(UTC).ListCopyJobsRequest.Builder byCompleteAfter(Instant byCompleteAfter)
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
byCompleteAfter - Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time
(UTC).ListCopyJobsRequest.Builder byParentJobId(String byParentJobId)
This is a filter to list child (nested) jobs based on parent job ID.
byParentJobId - This is a filter to list child (nested) jobs based on parent job ID.ListCopyJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCopyJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.