static ListCopyJobsRequest.Builder |
ListCopyJobsRequest.builder() |
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.byAccountId(String byAccountId) |
The account ID to list the jobs from.
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.byCompleteAfter(Instant byCompleteAfter) |
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.byCompleteBefore(Instant byCompleteBefore) |
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.byCreatedAfter(Instant byCreatedAfter) |
Returns only copy jobs that were created after the specified date.
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.byCreatedBefore(Instant byCreatedBefore) |
Returns only copy jobs that were created before the specified date.
|
ListCopyJobsRequest.Builder |
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 |
ListCopyJobsRequest.Builder.byMessageCategory(String byMessageCategory) |
This is an optional parameter that can be used to filter out jobs with a MessageCategory which matches the
value you input.
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.byParentJobId(String byParentJobId) |
This is a filter to list child (nested) jobs based on parent job ID.
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.byResourceArn(String byResourceArn) |
Returns only copy jobs that match the specified resource Amazon Resource Name (ARN).
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.byResourceType(String byResourceType) |
Returns only backup jobs for the specified resources:
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.byState(String byState) |
Returns only copy jobs that are in the specified state.
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.byState(CopyJobState byState) |
Returns only copy jobs that are in the specified state.
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of items to be returned.
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.nextToken(String nextToken) |
The next item following a partial list of returned items.
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.toBuilder() |
|