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 Details

    • 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

      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:
    • 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:
    • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.