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 stage in the model life cycle.stageDescription
(String stageDescription) Describes the stage related details.stageStatus
(String stageStatus) The current status of a stage in model life cycle.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
stage
The current stage in the model life cycle.
- Parameters:
stage
- The current stage in the model life cycle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageStatus
The current status of a stage in model life cycle.
- Parameters:
stageStatus
- The current status of a stage in model life cycle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageDescription
Describes the stage related details.
- Parameters:
stageDescription
- Describes the stage related details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-