@Generated(value="software.amazon.awssdk:codegen") public final class ListBackupJobsRequest extends BackupRequest implements ToCopyableBuilder<ListBackupJobsRequest.Builder,ListBackupJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBackupJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListBackupJobsRequest.Builder |
builder() |
String |
byAccountId()
The account ID to list the jobs from.
|
String |
byBackupVaultName()
Returns only backup jobs that will be stored in the specified backup vault.
|
Instant |
byCompleteAfter()
Returns only backup jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
Instant |
byCompleteBefore()
Returns only backup jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
Instant |
byCreatedAfter()
Returns only backup jobs that were created after the specified date.
|
Instant |
byCreatedBefore()
Returns only backup jobs that were created before the specified date.
|
String |
byParentJobId()
This is a filter to list child (nested) jobs based on parent job ID.
|
String |
byResourceArn()
Returns only backup jobs that match the specified resource Amazon Resource Name (ARN).
|
String |
byResourceType()
Returns only backup jobs for the specified resources:
|
BackupJobState |
byState()
Returns only backup jobs that are in the specified state.
|
String |
byStateAsString()
Returns only backup 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 ListBackupJobsRequest.Builder> |
serializableBuilderClass() |
ListBackupJobsRequest.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.
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 backup jobs that match the specified resource Amazon Resource Name (ARN).
public final BackupJobState byState()
Returns only backup 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 BackupJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
byStateAsString().
BackupJobStatepublic final String byStateAsString()
Returns only backup 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 BackupJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
byStateAsString().
BackupJobStatepublic final String byBackupVaultName()
Returns only backup jobs that will be stored in the specified backup vault. 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 Instant byCreatedBefore()
Returns only backup jobs that were created before the specified date.
public final Instant byCreatedAfter()
Returns only backup 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 byAccountId()
The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID.
If used from an Organizations management account, passing * returns all jobs across the
organization.
If used from an Organizations management account, passing * returns all jobs across the
organization.
public final Instant byCompleteAfter()
Returns only backup jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
public final Instant byCompleteBefore()
Returns only backup jobs completed before 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 ListBackupJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBackupJobsRequest.Builder,ListBackupJobsRequest>toBuilder in class BackupRequestpublic static ListBackupJobsRequest.Builder builder()
public static Class<? extends ListBackupJobsRequest.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.