public static interface ListClassificationJobsResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<ListClassificationJobsResponse.Builder,ListClassificationJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListClassificationJobsResponse.Builder |
items(Collection<JobSummary> items)
An array of objects, one for each job that meets the filter criteria specified in the request.
|
ListClassificationJobsResponse.Builder |
items(Consumer<JobSummary.Builder>... items)
An array of objects, one for each job that meets the filter criteria specified in the request.
|
ListClassificationJobsResponse.Builder |
items(JobSummary... items)
An array of objects, one for each job that meets the filter criteria specified in the request.
|
ListClassificationJobsResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClassificationJobsResponse.Builder items(Collection<JobSummary> items)
An array of objects, one for each job that meets the filter criteria specified in the request.
items - An array of objects, one for each job that meets the filter criteria specified in the request.ListClassificationJobsResponse.Builder items(JobSummary... items)
An array of objects, one for each job that meets the filter criteria specified in the request.
items - An array of objects, one for each job that meets the filter criteria specified in the request.ListClassificationJobsResponse.Builder items(Consumer<JobSummary.Builder>... items)
An array of objects, one for each job that meets the filter criteria specified in the request.
This is a convenience method that creates an instance of theJobSummary.Builder avoiding the need to create one
manually via JobSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #items(List.
items - a consumer that will call methods on
JobSummary.Builder#items(java.util.Collection) ListClassificationJobsResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2022. All rights reserved.