Interface IterableFormListItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IterableFormListItem.Builder,,IterableFormListItem> SdkBuilder<IterableFormListItem.Builder,,IterableFormListItem> SdkPojo
- Enclosing class:
IterableFormListItem
@Mutable
@NotThreadSafe
public static interface IterableFormListItem.Builder
extends SdkPojo, CopyableBuilder<IterableFormListItem.Builder,IterableFormListItem>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the item.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.
-
description
The description of the item.
- Parameters:
description- The description 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.
-