Interface FormInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FormInput.Builder,FormInput>,SdkBuilder<FormInput.Builder,FormInput>,SdkPojo
- Enclosing class:
- FormInput
public static interface FormInput.Builder extends SdkPojo, CopyableBuilder<FormInput.Builder,FormInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormInput.Buildercontent(String content)The content of the metadata form.FormInput.BuilderformName(String formName)The name of the metadata form.FormInput.BuildertypeIdentifier(String typeIdentifier)The ID of the metadata form type.FormInput.BuildertypeRevision(String typeRevision)The revision of the metadata form type.-
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, sdkFields
-
-
-
-
Method Detail
-
content
FormInput.Builder content(String content)
The content of the metadata form.
- Parameters:
content- The content of the metadata form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formName
FormInput.Builder formName(String formName)
The name of the metadata form.
- Parameters:
formName- The name of the metadata form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeIdentifier
FormInput.Builder typeIdentifier(String typeIdentifier)
The ID of the metadata form type.
- Parameters:
typeIdentifier- The ID of the metadata form type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeRevision
FormInput.Builder typeRevision(String typeRevision)
The revision of the metadata form type.
- Parameters:
typeRevision- The revision of the metadata form type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-