public static interface ListReportJobsRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListReportJobsRequest.Builder,ListReportJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListReportJobsRequest.Builder |
byCreationAfter(Instant byCreationAfter)
Returns only report jobs that were created after the date and time specified in Unix format and Coordinated
Universal Time (UTC).
|
ListReportJobsRequest.Builder |
byCreationBefore(Instant byCreationBefore)
Returns only report jobs that were created before the date and time specified in Unix format and Coordinated
Universal Time (UTC).
|
ListReportJobsRequest.Builder |
byReportPlanName(String byReportPlanName)
Returns only report jobs with the specified report plan name.
|
ListReportJobsRequest.Builder |
byStatus(String byStatus)
Returns only report jobs that are in the specified status.
|
ListReportJobsRequest.Builder |
maxResults(Integer maxResults)
The number of desired results from 1 to 1000.
|
ListReportJobsRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListReportJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListReportJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReportJobsRequest.Builder byReportPlanName(String byReportPlanName)
Returns only report jobs with the specified report plan name.
byReportPlanName - Returns only report jobs with the specified report plan name.ListReportJobsRequest.Builder byCreationBefore(Instant byCreationBefore)
Returns only report jobs that were created before the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.
byCreationBefore - Returns only report jobs that were created before the date and time specified in Unix format and
Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26,
2018 12:11:30 AM.ListReportJobsRequest.Builder byCreationAfter(Instant byCreationAfter)
Returns only report jobs that were created after the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.
byCreationAfter - Returns only report jobs that were created after the date and time specified in Unix format and
Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26,
2018 12:11:30 AM.ListReportJobsRequest.Builder byStatus(String byStatus)
Returns only report jobs that are in the specified status. The statuses are:
CREATED | RUNNING | COMPLETED | FAILED
byStatus - Returns only report jobs that are in the specified status. The statuses are:
CREATED | RUNNING | COMPLETED | FAILED
ListReportJobsRequest.Builder maxResults(Integer maxResults)
The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.
maxResults - The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of
data.ListReportJobsRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.ListReportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListReportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.