Interface MlflowAppSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MlflowAppSummary.Builder,,MlflowAppSummary> SdkBuilder<MlflowAppSummary.Builder,,MlflowAppSummary> SdkPojo
- Enclosing class:
MlflowAppSummary
@Mutable
@NotThreadSafe
public static interface MlflowAppSummary.Builder
extends SdkPojo, CopyableBuilder<MlflowAppSummary.Builder,MlflowAppSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of a listed MLflow App.creationTime(Instant creationTime) The creation time of a listed MLflow App.lastModifiedTime(Instant lastModifiedTime) The last modified time of a listed MLflow App.mlflowVersion(String mlflowVersion) The version of a listed MLflow App.The name of the MLflow App.The status of the MLflow App.status(MlflowAppStatus status) The status of the MLflow App.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The ARN of a listed MLflow App.
- Parameters:
arn- The ARN of a listed MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the MLflow App.
- Parameters:
name- The name of the MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the MLflow App.
- Parameters:
status- The status of the MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the MLflow App.
- Parameters:
status- The status of the MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The creation time of a listed MLflow App.
- Parameters:
creationTime- The creation time of a listed MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The last modified time of a listed MLflow App.
- Parameters:
lastModifiedTime- The last modified time of a listed MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlflowVersion
The version of a listed MLflow App.
- Parameters:
mlflowVersion- The version of a listed MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-