Interface ListMlflowAppsRequest.Builder

  • Method Details

    • createdAfter

      ListMlflowAppsRequest.Builder createdAfter(Instant createdAfter)

      Use the CreatedAfter filter to only list MLflow Apps created after a specific date and time. Listed MLflow Apps are shown with a date and time such as "2024-03-16T01:46:56+00:00". The CreatedAfter parameter takes in a Unix timestamp.

      Parameters:
      createdAfter - Use the CreatedAfter filter to only list MLflow Apps created after a specific date and time. Listed MLflow Apps are shown with a date and time such as "2024-03-16T01:46:56+00:00". The CreatedAfter parameter takes in a Unix timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBefore

      ListMlflowAppsRequest.Builder createdBefore(Instant createdBefore)

      Use the CreatedBefore filter to only list MLflow Apps created before a specific date and time. Listed MLflow Apps are shown with a date and time such as "2024-03-16T01:46:56+00:00". The CreatedAfter parameter takes in a Unix timestamp.

      Parameters:
      createdBefore - Use the CreatedBefore filter to only list MLflow Apps created before a specific date and time. Listed MLflow Apps are shown with a date and time such as "2024-03-16T01:46:56+00:00". The CreatedAfter parameter takes in a Unix timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Filter for Mlflow apps with a specific creation status.

      Parameters:
      status - Filter for Mlflow apps with a specific creation status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Filter for Mlflow apps with a specific creation status.

      Parameters:
      status - Filter for Mlflow apps with a specific creation status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mlflowVersion

      ListMlflowAppsRequest.Builder mlflowVersion(String mlflowVersion)

      Filter for Mlflow Apps with the specified version.

      Parameters:
      mlflowVersion - Filter for Mlflow Apps with the specified version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultForDomainId

      ListMlflowAppsRequest.Builder defaultForDomainId(String defaultForDomainId)

      Filter for MLflow Apps with the specified default SageMaker Domain ID.

      Parameters:
      defaultForDomainId - Filter for MLflow Apps with the specified default SageMaker Domain ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountDefaultStatus

      ListMlflowAppsRequest.Builder accountDefaultStatus(String accountDefaultStatus)

      Filter for MLflow Apps with the specified AccountDefaultStatus.

      Parameters:
      accountDefaultStatus - Filter for MLflow Apps with the specified AccountDefaultStatus.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountDefaultStatus

      ListMlflowAppsRequest.Builder accountDefaultStatus(AccountDefaultStatus accountDefaultStatus)

      Filter for MLflow Apps with the specified AccountDefaultStatus.

      Parameters:
      accountDefaultStatus - Filter for MLflow Apps with the specified AccountDefaultStatus.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      Filter for MLflow Apps sorting by name, creation time, or creation status.

      Parameters:
      sortBy - Filter for MLflow Apps sorting by name, creation time, or creation status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      Filter for MLflow Apps sorting by name, creation time, or creation status.

      Parameters:
      sortBy - Filter for MLflow Apps sorting by name, creation time, or creation status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      ListMlflowAppsRequest.Builder sortOrder(String sortOrder)

      Change the order of the listed MLflow Apps. By default, MLflow Apps are listed in Descending order by creation time. To change the list order, specify SortOrder to be Ascending .

      Parameters:
      sortOrder - Change the order of the listed MLflow Apps. By default, MLflow Apps are listed in Descending order by creation time. To change the list order, specify SortOrder to be Ascending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      Change the order of the listed MLflow Apps. By default, MLflow Apps are listed in Descending order by creation time. To change the list order, specify SortOrder to be Ascending .

      Parameters:
      sortOrder - Change the order of the listed MLflow Apps. By default, MLflow Apps are listed in Descending order by creation time. To change the list order, specify SortOrder to be Ascending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListMlflowAppsRequest.Builder nextToken(String nextToken)

      If the previous response was truncated, use this token in your next request to receive the next set of results.

      Parameters:
      nextToken - If the previous response was truncated, use this token in your next request to receive the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListMlflowAppsRequest.Builder maxResults(Integer maxResults)

      The maximum number of MLflow Apps to list.

      Parameters:
      maxResults - The maximum number of MLflow Apps to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListMlflowAppsRequest.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.