Interface IterableFormEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IterableFormEntry.Builder,,IterableFormEntry> SdkBuilder<IterableFormEntry.Builder,,IterableFormEntry> SdkPojo
- Enclosing class:
IterableFormEntry
@Mutable
@NotThreadSafe
public static interface IterableFormEntry.Builder
extends SdkPojo, CopyableBuilder<IterableFormEntry.Builder,IterableFormEntry>
-
Method Summary
Modifier and TypeMethodDescriptionformTypeId(String formTypeId) The form type identifier of the iterable form (for example,columns), used to retrieve its items viaListIterableFormsorBatchGetIterableForms.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 form type identifier of the iterable form (for example,
columns), used to retrieve its items viaListIterableFormsorBatchGetIterableForms.- Parameters:
formTypeId- The form type identifier of the iterable form (for example,columns), used to retrieve its items viaListIterableFormsorBatchGetIterableForms.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-