Interface FieldsForThemeGeneration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FieldsForThemeGeneration.Builder,FieldsForThemeGeneration>,SdkBuilder<FieldsForThemeGeneration.Builder,FieldsForThemeGeneration>,SdkPojo
- Enclosing class:
- FieldsForThemeGeneration
public static interface FieldsForThemeGeneration.Builder extends SdkPojo, CopyableBuilder<FieldsForThemeGeneration.Builder,FieldsForThemeGeneration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldsForThemeGeneration.BuilderitemName(String itemName)The name of the Items dataset column that stores the name of each item in the dataset.-
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 Detail
-
itemName
FieldsForThemeGeneration.Builder itemName(String itemName)
The name of the Items dataset column that stores the name of each item in the dataset.
- Parameters:
itemName- The name of the Items dataset column that stores the name of each item in the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-