Interface ListModelsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListModelsRequest.Builder,ListModelsRequest>,LookoutEquipmentRequest.Builder,SdkBuilder<ListModelsRequest.Builder,ListModelsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListModelsRequest
public static interface ListModelsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListModelsRequest.Builder,ListModelsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListModelsRequest.BuilderdatasetNameBeginsWith(String datasetNameBeginsWith)The beginning of the name of the dataset of the machine learning models to be listed.ListModelsRequest.BuildermaxResults(Integer maxResults)Specifies the maximum number of machine learning models to list.ListModelsRequest.BuildermodelNameBeginsWith(String modelNameBeginsWith)The beginning of the name of the machine learning models being listed.ListModelsRequest.BuildernextToken(String nextToken)An opaque pagination token indicating where to continue the listing of machine learning models.ListModelsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListModelsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListModelsRequest.Builderstatus(String status)The status of the machine learning model.ListModelsRequest.Builderstatus(ModelStatus status)The status of the machine learning model.-
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
ListModelsRequest.Builder nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of machine learning models.
- Parameters:
nextToken- An opaque pagination token indicating where to continue the listing of machine learning models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListModelsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of machine learning models to list.
- Parameters:
maxResults- Specifies the maximum number of machine learning models to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListModelsRequest.Builder status(String status)
The status of the machine learning model.
- Parameters:
status- The status of the machine learning model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelStatus,ModelStatus
-
status
ListModelsRequest.Builder status(ModelStatus status)
The status of the machine learning model.
- Parameters:
status- The status of the machine learning model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelStatus,ModelStatus
-
modelNameBeginsWith
ListModelsRequest.Builder modelNameBeginsWith(String modelNameBeginsWith)
The beginning of the name of the machine learning models being listed.
- Parameters:
modelNameBeginsWith- The beginning of the name of the machine learning models being listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetNameBeginsWith
ListModelsRequest.Builder datasetNameBeginsWith(String datasetNameBeginsWith)
The beginning of the name of the dataset of the machine learning models to be listed.
- Parameters:
datasetNameBeginsWith- The beginning of the name of the dataset of the machine learning models to be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListModelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListModelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-