public static interface ListRestoreJobsRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListRestoreJobsRequest.Builder,ListRestoreJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRestoreJobsRequest.Builder |
byAccountId(String byAccountId)
The account ID to list the jobs from.
|
ListRestoreJobsRequest.Builder |
byCompleteAfter(Instant byCompleteAfter)
Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
ListRestoreJobsRequest.Builder |
byCompleteBefore(Instant byCompleteBefore)
Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
ListRestoreJobsRequest.Builder |
byCreatedAfter(Instant byCreatedAfter)
Returns only restore jobs that were created after the specified date.
|
ListRestoreJobsRequest.Builder |
byCreatedBefore(Instant byCreatedBefore)
Returns only restore jobs that were created before the specified date.
|
ListRestoreJobsRequest.Builder |
byStatus(RestoreJobStatus byStatus)
Returns only restore jobs associated with the specified job status.
|
ListRestoreJobsRequest.Builder |
byStatus(String byStatus)
Returns only restore jobs associated with the specified job status.
|
ListRestoreJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListRestoreJobsRequest.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRestoreJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRestoreJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRestoreJobsRequest.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.ListRestoreJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults - The maximum number of items to be returned.ListRestoreJobsRequest.Builder byAccountId(String byAccountId)
The account ID to list the jobs from. Returns only restore jobs associated with the specified account ID.
byAccountId - The account ID to list the jobs from. Returns only restore jobs associated with the specified account
ID.ListRestoreJobsRequest.Builder byCreatedBefore(Instant byCreatedBefore)
Returns only restore jobs that were created before the specified date.
byCreatedBefore - Returns only restore jobs that were created before the specified date.ListRestoreJobsRequest.Builder byCreatedAfter(Instant byCreatedAfter)
Returns only restore jobs that were created after the specified date.
byCreatedAfter - Returns only restore jobs that were created after the specified date.ListRestoreJobsRequest.Builder byStatus(String byStatus)
Returns only restore jobs associated with the specified job status.
byStatus - Returns only restore jobs associated with the specified job status.RestoreJobStatus,
RestoreJobStatusListRestoreJobsRequest.Builder byStatus(RestoreJobStatus byStatus)
Returns only restore jobs associated with the specified job status.
byStatus - Returns only restore jobs associated with the specified job status.RestoreJobStatus,
RestoreJobStatusListRestoreJobsRequest.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).ListRestoreJobsRequest.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).ListRestoreJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRestoreJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.