Interface BedrockModelSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BedrockModelSpecification.Builder,
,BedrockModelSpecification> SdkBuilder<BedrockModelSpecification.Builder,
,BedrockModelSpecification> SdkPojo
- Enclosing class:
BedrockModelSpecification
public static interface BedrockModelSpecification.Builder
extends SdkPojo, CopyableBuilder<BedrockModelSpecification.Builder,BedrockModelSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the foundation model used in descriptive bot building.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 Details
-
modelArn
The ARN of the foundation model used in descriptive bot building.
- Parameters:
modelArn
- The ARN of the foundation model used in descriptive bot building.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-