Interface ModelAlias.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ModelAlias.Builder,,ModelAlias> SdkBuilder<ModelAlias.Builder,,ModelAlias> SdkPojo
- Enclosing class:
ModelAlias
@Mutable
@NotThreadSafe
public static interface ModelAlias.Builder
extends SdkPojo, CopyableBuilder<ModelAlias.Builder,ModelAlias>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the model alias.latestModelId(String latestModelId) The model ID that this alias currently points to.resolvedModelId(String resolvedModelId) The resolved model ID after alias resolution.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
-
aliasName
The name of the model alias.
- Parameters:
aliasName- The name of the model alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestModelId
The model ID that this alias currently points to.
- Parameters:
latestModelId- The model ID that this alias currently points to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolvedModelId
The resolved model ID after alias resolution.
- Parameters:
resolvedModelId- The resolved model ID after alias resolution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-