public static interface ListDataSetsResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<ListDataSetsResponse.Builder,ListDataSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsResponse.Builder |
dataSets(Collection<DataSetSummary> 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.
|
ListDataSetsResponse.Builder |
dataSets(Consumer<DataSetSummary.Builder>... 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.
|
ListDataSetsResponse.Builder |
dataSets(DataSetSummary... 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.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSetsResponse.Builder dataSets(Collection<DataSetSummary> 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.
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.ListDataSetsResponse.Builder dataSets(DataSetSummary... 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.
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.ListDataSetsResponse.Builder dataSets(Consumer<DataSetSummary.Builder>... 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 theDataSetSummary.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.
dataSets - a consumer that will call methods on
DataSetSummary.Builder#dataSets(java.util.Collection) 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.
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.Copyright © 2023. All rights reserved.