Interface ModelLifecycle.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ModelLifecycle.Builder,,ModelLifecycle> SdkBuilder<ModelLifecycle.Builder,,ModelLifecycle> SdkPojo
- Enclosing class:
ModelLifecycle
@Mutable
@NotThreadSafe
public static interface ModelLifecycle.Builder
extends SdkPojo, CopyableBuilder<ModelLifecycle.Builder,ModelLifecycle>
-
Method Summary
Modifier and TypeMethodDescriptionThe current lifecycle status of the model.status(ModelStatus status) The current lifecycle status of the model.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
-
status
The current lifecycle status of the model.
- Parameters:
status- The current lifecycle status of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current lifecycle status of the model.
- Parameters:
status- The current lifecycle status of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-