public static interface ListBatchSegmentJobsResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<ListBatchSegmentJobsResponse.Builder,ListBatchSegmentJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBatchSegmentJobsResponse.Builder |
batchSegmentJobs(BatchSegmentJobSummary... batchSegmentJobs)
A list containing information on each job that is returned.
|
ListBatchSegmentJobsResponse.Builder |
batchSegmentJobs(Collection<BatchSegmentJobSummary> batchSegmentJobs)
A list containing information on each job that is returned.
|
ListBatchSegmentJobsResponse.Builder |
batchSegmentJobs(Consumer<BatchSegmentJobSummary.Builder>... batchSegmentJobs)
A list containing information on each job that is returned.
|
ListBatchSegmentJobsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBatchSegmentJobsResponse.Builder batchSegmentJobs(Collection<BatchSegmentJobSummary> batchSegmentJobs)
A list containing information on each job that is returned.
batchSegmentJobs - A list containing information on each job that is returned.ListBatchSegmentJobsResponse.Builder batchSegmentJobs(BatchSegmentJobSummary... batchSegmentJobs)
A list containing information on each job that is returned.
batchSegmentJobs - A list containing information on each job that is returned.ListBatchSegmentJobsResponse.Builder batchSegmentJobs(Consumer<BatchSegmentJobSummary.Builder>... batchSegmentJobs)
A list containing information on each job that is returned.
This is a convenience method 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 #batchSegmentJobs(List) .batchSegmentJobs - a consumer that will call methods on List.Builder #batchSegmentJobs(List) ListBatchSegmentJobsResponse.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.