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
Modifier and TypeMethodDescriptionA category by which the intent analytics were grouped.name(AnalyticsIntentField name) A category by which the intent analytics were grouped.A member of the category by which the intent analytics were grouped.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
- 
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:
 
 - 
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:
 
 - 
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.
 
 
 -