Interface ListDataSetsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListDataSetsResponse.Builder,ListDataSetsResponse>, M2Response.Builder, SdkBuilder<ListDataSetsResponse.Builder,ListDataSetsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListDataSetsResponse

public static interface ListDataSetsResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<ListDataSetsResponse.Builder,ListDataSetsResponse>
  • Method Details

    • dataSets

      The list of data sets, containing information including the creation time, the data set name, the data set organization, the data set format, and the last time the data set was referenced or updated.

      Parameters:
      dataSets - The list of data sets, containing information including the creation time, the data set name, the data set organization, the data set format, and the last time the data set was referenced or updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSets

      The list of data sets, containing information including the creation time, the data set name, the data set organization, the data set format, and the last time the data set was referenced or updated.

      Parameters:
      dataSets - The list of data sets, containing information including the creation time, the data set name, the data set organization, the data set format, and the last time the data set was referenced or updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSets

      The list of data sets, containing information including the creation time, the data set name, the data set organization, the data set format, and the last time the data set was referenced or updated.

      This is a convenience method that creates an instance of the DataSetSummary.Builder avoiding the need to create one manually via DataSetSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dataSets(List<DataSetSummary>).

      Parameters:
      dataSets - a consumer that will call methods on DataSetSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListDataSetsResponse.Builder nextToken(String nextToken)

      If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.

      Parameters:
      nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.