Interface ListDatasetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDatasetsResponse.Builder,
,ListDatasetsResponse> LookoutEquipmentResponse.Builder
,SdkBuilder<ListDatasetsResponse.Builder,
,ListDatasetsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDatasetsResponse
public static interface ListDatasetsResponse.Builder
extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<ListDatasetsResponse.Builder,ListDatasetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondatasetSummaries
(Collection<DatasetSummary> datasetSummaries) Provides information about the specified dataset, including creation time, dataset ARN, and status.datasetSummaries
(Consumer<DatasetSummary.Builder>... datasetSummaries) Provides information about the specified dataset, including creation time, dataset ARN, and status.datasetSummaries
(DatasetSummary... datasetSummaries) Provides information about the specified dataset, including creation time, dataset ARN, and status.An opaque pagination token indicating where to continue the listing of datasets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
An opaque pagination token indicating where to continue the listing of datasets.
- Parameters:
nextToken
- An opaque pagination token indicating where to continue the listing of datasets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetSummaries
Provides information about the specified dataset, including creation time, dataset ARN, and status.
- Parameters:
datasetSummaries
- Provides information about the specified dataset, including creation time, dataset ARN, and status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetSummaries
Provides information about the specified dataset, including creation time, dataset ARN, and status.
- Parameters:
datasetSummaries
- Provides information about the specified dataset, including creation time, dataset ARN, and status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetSummaries
Provides information about the specified dataset, including creation time, dataset ARN, and status.
This is a convenience method that creates an instance of theDatasetSummary.Builder
avoiding the need to create one manually viaDatasetSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todatasetSummaries(List<DatasetSummary>)
.- Parameters:
datasetSummaries
- a consumer that will call methods onDatasetSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-