Interface FormInputCardMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FormInputCardMetadata.Builder,FormInputCardMetadata>,SdkBuilder<FormInputCardMetadata.Builder,FormInputCardMetadata>,SdkPojo
- Enclosing class:
- FormInputCardMetadata
public static interface FormInputCardMetadata.Builder extends SdkPojo, CopyableBuilder<FormInputCardMetadata.Builder,FormInputCardMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormInputCardMetadata.Builderschema(Document schema)The JSON schema that defines the shape of the response data.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
schema
FormInputCardMetadata.Builder schema(Document schema)
The JSON schema that defines the shape of the response data.
- Parameters:
schema- The JSON schema that defines the shape of the response data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-