Interface FormInputCardMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FormInputCardMetadata.Builder,,FormInputCardMetadata> SdkBuilder<FormInputCardMetadata.Builder,,FormInputCardMetadata> SdkPojo
- Enclosing class:
FormInputCardMetadata
@Mutable
@NotThreadSafe
public static interface FormInputCardMetadata.Builder
extends SdkPojo, CopyableBuilder<FormInputCardMetadata.Builder,FormInputCardMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe JSON schema that defines the shape of the response data.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 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.
-