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 retrieve 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 method that creates an instance of theBatchInferenceJobSummary.Builder avoiding the need
to create one manually via
BatchInferenceJobSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #batchInferenceJobs(List.
batchInferenceJobs - a consumer that will call methods on
BatchInferenceJobSummary.Builder#batchInferenceJobs(java.util.Collection) ListBatchInferenceJobsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. The value is null when there are
no more results to return.Copyright © 2022. All rights reserved.