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
Modifier and TypeMethodDescriptionThe 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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-