static ListReportJobsRequest.Builder |
ListReportJobsRequest.builder() |
|
ListReportJobsRequest.Builder |
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 |
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 |
ListReportJobsRequest.Builder.byReportPlanName(String byReportPlanName) |
Returns only report jobs with the specified report plan name.
|
ListReportJobsRequest.Builder |
ListReportJobsRequest.Builder.byStatus(String byStatus) |
Returns only report jobs that are in the specified status.
|
ListReportJobsRequest.Builder |
ListReportJobsRequest.Builder.maxResults(Integer maxResults) |
The number of desired results from 1 to 1000.
|
ListReportJobsRequest.Builder |
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 |
ListReportJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListReportJobsRequest.Builder |
ListReportJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListReportJobsRequest.Builder |
ListReportJobsRequest.toBuilder() |
|