public static interface ListBatchInferenceJobsResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<ListBatchInferenceJobsResponse.Builder,ListBatchInferenceJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBatchInferenceJobsResponse.Builder |
batchInferenceJobs(BatchInferenceJobSummary... batchInferenceJobs)
A list containing information on each job that is returned.
|
ListBatchInferenceJobsResponse.Builder |
batchInferenceJobs(Collection<BatchInferenceJobSummary> batchInferenceJobs)
A list containing information on each job that is returned.
|
ListBatchInferenceJobsResponse.Builder |
batchInferenceJobs(Consumer<BatchInferenceJobSummary.Builder>... batchInferenceJobs)
A list containing information on each job that is returned.
|
ListBatchInferenceJobsResponse.Builder |
nextToken(String nextToken)
The token to use to retreive the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBatchInferenceJobsResponse.Builder batchInferenceJobs(Collection<BatchInferenceJobSummary> batchInferenceJobs)
A list containing information on each job that is returned.
batchInferenceJobs - A list containing information on each job that is returned.ListBatchInferenceJobsResponse.Builder batchInferenceJobs(BatchInferenceJobSummary... batchInferenceJobs)
A list containing information on each job that is returned.
batchInferenceJobs - A list containing information on each job that is returned.ListBatchInferenceJobsResponse.Builder batchInferenceJobs(Consumer<BatchInferenceJobSummary.Builder>... batchInferenceJobs)
A list containing information on each job that is returned.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #batchInferenceJobs(List) .batchInferenceJobs - a consumer that will call methods on List.Builder #batchInferenceJobs(List) ListBatchInferenceJobsResponse.Builder nextToken(String nextToken)
The token to use to retreive the next page of results. The value is null when there are no more
results to return.
nextToken - The token to use to retreive the next page of results. The value is null when there are
no more results to return.Copyright © 2020. All rights reserved.