Interface FormEntryInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FormEntryInput.Builder,FormEntryInput>,SdkBuilder<FormEntryInput.Builder,FormEntryInput>,SdkPojo
- Enclosing class:
- FormEntryInput
public static interface FormEntryInput.Builder extends SdkPojo, CopyableBuilder<FormEntryInput.Builder,FormEntryInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormEntryInput.Builderrequired(Boolean required)Specifies whether a form entry is required.FormEntryInput.BuildertypeIdentifier(String typeIdentifier)The type ID of the form entry.FormEntryInput.BuildertypeRevision(String typeRevision)The type revision of the form entry.-
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
-
required
FormEntryInput.Builder required(Boolean required)
Specifies whether a form entry is required.
- Parameters:
required- Specifies whether a form entry is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeIdentifier
FormEntryInput.Builder typeIdentifier(String typeIdentifier)
The type ID of the form entry.
- Parameters:
typeIdentifier- The type ID of the form entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeRevision
FormEntryInput.Builder typeRevision(String typeRevision)
The type revision of the form entry.
- Parameters:
typeRevision- The type revision of the form entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-