Interface ListDatasetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDatasetsRequest.Builder,ListDatasetsRequest>,LookoutEquipmentRequest.Builder,SdkBuilder<ListDatasetsRequest.Builder,ListDatasetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDatasetsRequest
public static interface ListDatasetsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetsRequest.Builder,ListDatasetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDatasetsRequest.BuilderdatasetNameBeginsWith(String datasetNameBeginsWith)The beginning of the name of the datasets to be listed.ListDatasetsRequest.BuildermaxResults(Integer maxResults)Specifies the maximum number of datasets to list.ListDatasetsRequest.BuildernextToken(String nextToken)An opaque pagination token indicating where to continue the listing of datasets.ListDatasetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDatasetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListDatasetsRequest.Builder nextToken(String 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.
-
maxResults
ListDatasetsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of datasets to list.
- Parameters:
maxResults- Specifies the maximum number of datasets to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetNameBeginsWith
ListDatasetsRequest.Builder datasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the datasets to be listed.
- Parameters:
datasetNameBeginsWith- The beginning of the name of the datasets to be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDatasetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDatasetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-