Interface BaseModel.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BaseModel.Builder,,BaseModel> SdkBuilder<BaseModel.Builder,,BaseModel> SdkPojo
- Enclosing class:
BaseModel
@Mutable
@NotThreadSafe
public static interface BaseModel.Builder
extends SdkPojo, CopyableBuilder<BaseModel.Builder,BaseModel>
-
Method Summary
Modifier and TypeMethodDescriptionhubContentName(String hubContentName) The hub content name of the base model.hubContentVersion(String hubContentVersion) The hub content version of the base model.recipeName(String recipeName) The recipe name of the base 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
-
hubContentName
The hub content name of the base model.
- Parameters:
hubContentName- The hub content name of the base model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentVersion
The hub content version of the base model.
- Parameters:
hubContentVersion- The hub content version of the base model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipeName
The recipe name of the base model.
- Parameters:
recipeName- The recipe name of the base model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-