public static interface ListReportJobsResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListReportJobsResponse.Builder,ListReportJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListReportJobsResponse.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.
|
ListReportJobsResponse.Builder |
reportJobs(Collection<ReportJob> reportJobs)
Details about your report jobs in JSON format.
|
ListReportJobsResponse.Builder |
reportJobs(Consumer<ReportJob.Builder>... reportJobs)
Details about your report jobs in JSON format.
|
ListReportJobsResponse.Builder |
reportJobs(ReportJob... reportJobs)
Details about your report jobs in JSON format.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReportJobsResponse.Builder reportJobs(Collection<ReportJob> reportJobs)
Details about your report jobs in JSON format.
reportJobs - Details about your report jobs in JSON format.ListReportJobsResponse.Builder reportJobs(ReportJob... reportJobs)
Details about your report jobs in JSON format.
reportJobs - Details about your report jobs in JSON format.ListReportJobsResponse.Builder reportJobs(Consumer<ReportJob.Builder>... reportJobs)
Details about your report jobs in JSON format.
This is a convenience method that creates an instance of theReportJob.Builder avoiding the need to create one
manually via ReportJob.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #reportJobs(List.
reportJobs - a consumer that will call methods on
ReportJob.Builder#reportJobs(java.util.Collection) ListReportJobsResponse.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.Copyright © 2023. All rights reserved.