Interface FormEntryOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FormEntryOutput.Builder,
,FormEntryOutput> SdkBuilder<FormEntryOutput.Builder,
,FormEntryOutput> SdkPojo
- Enclosing class:
FormEntryOutput
@Mutable
@NotThreadSafe
public static interface FormEntryOutput.Builder
extends SdkPojo, CopyableBuilder<FormEntryOutput.Builder,FormEntryOutput>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether a form entry is required.The name of the type of the form entry.typeRevision
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
typeName
The name of the type of the form entry.
- Parameters:
typeName
- The name of the type of the form entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-