Interface ListDatasetGroupsResponse.Builder

    • Method Detail

      • datasetGroups

        ListDatasetGroupsResponse.Builder datasetGroups​(Collection<DatasetGroupSummary> datasetGroups)

        An array of objects that summarize each dataset group's properties.

        Parameters:
        datasetGroups - An array of objects that summarize each dataset group's properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetGroups

        ListDatasetGroupsResponse.Builder datasetGroups​(DatasetGroupSummary... datasetGroups)

        An array of objects that summarize each dataset group's properties.

        Parameters:
        datasetGroups - An array of objects that summarize each dataset group's properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.