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