public static interface ListDatasetGroupsResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<ListDatasetGroupsResponse.Builder,ListDatasetGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDatasetGroupsResponse.Builder |
datasetGroups(Collection<DatasetGroupSummary> datasetGroups)
The list of your dataset groups.
|
ListDatasetGroupsResponse.Builder |
datasetGroups(Consumer<DatasetGroupSummary.Builder>... datasetGroups)
The list of your dataset groups.
|
ListDatasetGroupsResponse.Builder |
datasetGroups(DatasetGroupSummary... datasetGroups)
The list of your dataset groups.
|
ListDatasetGroupsResponse.Builder |
nextToken(String nextToken)
A token for getting the next set of dataset groups (if they exist).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatasetGroupsResponse.Builder datasetGroups(Collection<DatasetGroupSummary> datasetGroups)
The list of your dataset groups.
datasetGroups - The list of your dataset groups.ListDatasetGroupsResponse.Builder datasetGroups(DatasetGroupSummary... datasetGroups)
The list of your dataset groups.
datasetGroups - The list of your dataset groups.ListDatasetGroupsResponse.Builder datasetGroups(Consumer<DatasetGroupSummary.Builder>... datasetGroups)
The list of your dataset groups.
This is a convenience method that creates an instance of theDatasetGroupSummary.Builder avoiding the need to
create one manually via
DatasetGroupSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #datasetGroups(List.
datasetGroups - a consumer that will call methods on
DatasetGroupSummary.Builder#datasetGroups(java.util.Collection) ListDatasetGroupsResponse.Builder nextToken(String nextToken)
A token for getting the next set of dataset groups (if they exist).
nextToken - A token for getting the next set of dataset groups (if they exist).Copyright © 2022. All rights reserved.