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 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)
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 © 2023. All rights reserved.