@Generated(value="software.amazon.awssdk:codegen") public final class ListCopyJobsRequest extends BackupRequest implements ToCopyableBuilder<ListCopyJobsRequest.Builder,ListCopyJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCopyJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCopyJobsRequest.Builder |
builder() |
String |
byAccountId()
The account ID to list the jobs from.
|
Instant |
byCompleteAfter()
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
Instant |
byCompleteBefore()
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
Instant |
byCreatedAfter()
Returns only copy jobs that were created after the specified date.
|
Instant |
byCreatedBefore()
Returns only copy jobs that were created before the specified date.
|
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. |
String |
byParentJobId()
This is a filter to list child (nested) jobs based on parent job ID.
|
String |
byResourceArn()
Returns only copy jobs that match the specified resource Amazon Resource Name (ARN).
|
String |
byResourceType()
Returns only backup jobs for the specified resources:
|
CopyJobState |
byState()
Returns only copy jobs that are in the specified state.
|
String |
byStateAsString()
Returns only copy jobs that are in the specified state.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of items to be returned.
|
String |
nextToken()
The next item following a partial list of returned items.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCopyJobsRequest.Builder> |
serializableBuilderClass() |
ListCopyJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final Integer maxResults()
The maximum number of items to be returned.
public final String byResourceArn()
Returns only copy jobs that match the specified resource Amazon Resource Name (ARN).
public final CopyJobState byState()
Returns only copy jobs that are in the specified state.
If the service returns an enum value that is not available in the current SDK version, byState will
return CopyJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
byStateAsString().
CopyJobStatepublic final String byStateAsString()
Returns only copy jobs that are in the specified state.
If the service returns an enum value that is not available in the current SDK version, byState will
return CopyJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
byStateAsString().
CopyJobStatepublic final Instant byCreatedBefore()
Returns only copy jobs that were created before the specified date.
public final Instant byCreatedAfter()
Returns only copy jobs that were created after the specified date.
public final 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
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
public final 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.
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.public final String byAccountId()
The account ID to list the jobs from. Returns only copy jobs associated with the specified account ID.
public final Instant byCompleteBefore()
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
public final Instant byCompleteAfter()
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
public final String byParentJobId()
This is a filter to list child (nested) jobs based on parent job ID.
public ListCopyJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCopyJobsRequest.Builder,ListCopyJobsRequest>toBuilder in class BackupRequestpublic static ListCopyJobsRequest.Builder builder()
public static Class<? extends ListCopyJobsRequest.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.