Interface AnalyticsIntentGroupByKey.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsIntentGroupByKey.Builder,AnalyticsIntentGroupByKey>,SdkBuilder<AnalyticsIntentGroupByKey.Builder,AnalyticsIntentGroupByKey>,SdkPojo
- Enclosing class:
- AnalyticsIntentGroupByKey
public static interface AnalyticsIntentGroupByKey.Builder extends SdkPojo, CopyableBuilder<AnalyticsIntentGroupByKey.Builder,AnalyticsIntentGroupByKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsIntentGroupByKey.Buildername(String name)A category by which the intent analytics were grouped.AnalyticsIntentGroupByKey.Buildername(AnalyticsIntentField name)A category by which the intent analytics were grouped.AnalyticsIntentGroupByKey.Buildervalue(String value)A member of the category by which the intent analytics were grouped.-
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, sdkFields
-
-
-
-
Method Detail
-
name
AnalyticsIntentGroupByKey.Builder name(String name)
A category by which the intent analytics were grouped.
- Parameters:
name- A category by which the intent analytics were grouped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsIntentField,AnalyticsIntentField
-
name
AnalyticsIntentGroupByKey.Builder name(AnalyticsIntentField name)
A category by which the intent analytics were grouped.
- Parameters:
name- A category by which the intent analytics were grouped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsIntentField,AnalyticsIntentField
-
value
AnalyticsIntentGroupByKey.Builder value(String value)
A member of the category by which the intent analytics were grouped.
- Parameters:
value- A member of the category by which the intent analytics were grouped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-