public static interface ListDatasetsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetsRequest.Builder,ListDatasetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDatasetsRequest.Builder |
datasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the datasets to be listed.
|
ListDatasetsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of datasets to list.
|
ListDatasetsRequest.Builder |
nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of datasets.
|
ListDatasetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDatasetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatasetsRequest.Builder nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of datasets.
nextToken - An opaque pagination token indicating where to continue the listing of datasets.ListDatasetsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of datasets to list.
maxResults - Specifies the maximum number of datasets to list.ListDatasetsRequest.Builder datasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the datasets to be listed.
datasetNameBeginsWith - The beginning of the name of the datasets to be listed.ListDatasetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDatasetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.