Interface FoundationModelLifecycle.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FoundationModelLifecycle.Builder,FoundationModelLifecycle>,SdkBuilder<FoundationModelLifecycle.Builder,FoundationModelLifecycle>,SdkPojo
- Enclosing class:
- FoundationModelLifecycle
public static interface FoundationModelLifecycle.Builder extends SdkPojo, CopyableBuilder<FoundationModelLifecycle.Builder,FoundationModelLifecycle>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FoundationModelLifecycle.Builderstatus(String status)Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.FoundationModelLifecycle.Builderstatus(FoundationModelLifecycleStatus status)Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.-
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, sdkFields
-
-
-
-
Method Detail
-
status
FoundationModelLifecycle.Builder status(String status)
Specifies whether a model version is available (
ACTIVE) or deprecated (LEGACY.- Parameters:
status- Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FoundationModelLifecycleStatus,FoundationModelLifecycleStatus
-
status
FoundationModelLifecycle.Builder status(FoundationModelLifecycleStatus status)
Specifies whether a model version is available (
ACTIVE) or deprecated (LEGACY.- Parameters:
status- Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FoundationModelLifecycleStatus,FoundationModelLifecycleStatus
-
-