Interface IterableFormItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IterableFormItem.Builder,,IterableFormItem> SdkBuilder<IterableFormItem.Builder,,IterableFormItem> SdkPojo
- Enclosing class:
IterableFormItem
@Mutable
@NotThreadSafe
public static interface IterableFormItem.Builder
extends SdkPojo, CopyableBuilder<IterableFormItem.Builder,IterableFormItem>
-
Method Summary
Modifier and TypeMethodDescriptionattachments(Map<String, AssetFormEntry> attachments) Additional attachments on the item for more context, keyed by attachment name.forms(Map<String, AssetFormEntry> forms) The forms on the item, keyed by form name.glossaryTerms(String... glossaryTerms) The identifiers of the glossary terms associated with the item.glossaryTerms(Collection<String> glossaryTerms) The identifiers of the glossary terms associated with the item.The unique identifier of the item.The name of the item.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
-
itemId
The unique identifier of the item.
- Parameters:
itemId- The unique identifier of the item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
itemName
The name of the item.
- Parameters:
itemName- The name of the item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The identifiers of the glossary terms associated with the item.
- Parameters:
glossaryTerms- The identifiers of the glossary terms associated with the item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The identifiers of the glossary terms associated with the item.
- Parameters:
glossaryTerms- The identifiers of the glossary terms associated with the item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forms
The forms on the item, keyed by form name.
- Parameters:
forms- The forms on the item, keyed by form name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachments
Additional attachments on the item for more context, keyed by attachment name.
- Parameters:
attachments- Additional attachments on the item for more context, keyed by attachment name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-