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