Interface JsonSchemaDefinition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JsonSchemaDefinition.Builder,,JsonSchemaDefinition> SdkBuilder<JsonSchemaDefinition.Builder,,JsonSchemaDefinition> SdkPojo
- Enclosing class:
JsonSchemaDefinition
@Mutable
@NotThreadSafe
public static interface JsonSchemaDefinition.Builder
extends SdkPojo, CopyableBuilder<JsonSchemaDefinition.Builder,JsonSchemaDefinition>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the JSON schema.The name of the JSON schema.The JSON schema to constrain the model's output.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
-
schema
The JSON schema to constrain the model's output. For more information, see JSON Schema Reference.
- Parameters:
schema- The JSON schema to constrain the model's output. For more information, see JSON Schema Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the JSON schema.
- Parameters:
name- The name of the JSON schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the JSON schema.
- Parameters:
description- A description of the JSON schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-