public static interface ListDatasetGroupsResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<ListDatasetGroupsResponse.Builder,ListDatasetGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDatasetGroupsResponse.Builder |
datasetGroups(Collection<DatasetGroupSummary> datasetGroups)
An array of objects that summarize each dataset group's properties.
|
ListDatasetGroupsResponse.Builder |
datasetGroups(Consumer<DatasetGroupSummary.Builder>... datasetGroups)
An array of objects that summarize each dataset group's properties.
|
ListDatasetGroupsResponse.Builder |
datasetGroups(DatasetGroupSummary... datasetGroups)
An array of objects that summarize each dataset group's properties.
|
ListDatasetGroupsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatasetGroupsResponse.Builder datasetGroups(Collection<DatasetGroupSummary> datasetGroups)
An array of objects that summarize each dataset group's properties.
datasetGroups - An array of objects that summarize each dataset group's properties.ListDatasetGroupsResponse.Builder datasetGroups(DatasetGroupSummary... datasetGroups)
An array of objects that summarize each dataset group's properties.
datasetGroups - An array of objects that summarize each dataset group's properties.ListDatasetGroupsResponse.Builder datasetGroups(Consumer<DatasetGroupSummary.Builder>... datasetGroups)
An array of objects that summarize each dataset group's properties.
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 #datasetGroups(List) .datasetGroups - a consumer that will call methods on List.Builder #datasetGroups(List) ListDatasetGroupsResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
nextToken - If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results,
use the token in the next request.Copyright © 2020. All rights reserved.