Interface AssetFormEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetFormEntry.Builder,,AssetFormEntry> SdkBuilder<AssetFormEntry.Builder,,AssetFormEntry> SdkPojo
- Enclosing class:
AssetFormEntry
@Mutable
@NotThreadSafe
public static interface AssetFormEntry.Builder
extends SdkPojo, CopyableBuilder<AssetFormEntry.Builder,AssetFormEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe JSON content of the form, conforming to the schema of the specified form type.formTypeId(String formTypeId) The identifier of the form type that defines this form's schema.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
-
formTypeId
The identifier of the form type that defines this form's schema.
- Parameters:
formTypeId- The identifier of the form type that defines this form's schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
The JSON content of the form, conforming to the schema of the specified form type.
- Parameters:
content- The JSON content of the form, conforming to the schema of the specified form type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-