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 theBatchSegmentJobSummary.Builder avoiding the need to
create one manually via
BatchSegmentJobSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #batchSegmentJobs(List.
batchSegmentJobs - a consumer that will call methods on
BatchSegmentJobSummary.Builder#batchSegmentJobs(java.util.Collection) 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.