Interface ListDataSetsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListDataSetsResponse.Builder,,- ListDataSetsResponse> - M2Response.Builder,- SdkBuilder<ListDataSetsResponse.Builder,,- ListDataSetsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListDataSetsResponse
- 
Method SummaryModifier and TypeMethodDescriptiondataSets(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(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.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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.m2.model.M2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
dataSetsThe 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.
 
- 
dataSetsThe 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.
 
- 
dataSetsThe 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.Builderavoiding the need to create one manually viaDataSetSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSets(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:
 
- 
nextTokenIf 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.
 
 
-