Interface FoundationModelLifecycle.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FoundationModelLifecycle.Builder,
,FoundationModelLifecycle> SdkBuilder<FoundationModelLifecycle.Builder,
,FoundationModelLifecycle> SdkPojo
- Enclosing class:
FoundationModelLifecycle
@Mutable
@NotThreadSafe
public static interface FoundationModelLifecycle.Builder
extends SdkPojo, CopyableBuilder<FoundationModelLifecycle.Builder,FoundationModelLifecycle>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether a model version is available (ACTIVE
) or deprecated (LEGACY
.status
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-