Interface AnalyticsIntentGroupBySpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnalyticsIntentGroupBySpecification.Builder,
,AnalyticsIntentGroupBySpecification> SdkBuilder<AnalyticsIntentGroupBySpecification.Builder,
,AnalyticsIntentGroupBySpecification> SdkPojo
- Enclosing class:
AnalyticsIntentGroupBySpecification
public static interface AnalyticsIntentGroupBySpecification.Builder
extends SdkPojo, CopyableBuilder<AnalyticsIntentGroupBySpecification.Builder,AnalyticsIntentGroupBySpecification>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether to group the intent stages by their name or their end state.name
(AnalyticsIntentField name) Specifies whether to group the intent stages by their name or their end state.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 Details
-
name
Specifies whether to group the intent stages by their name or their end state.
- Parameters:
name
- Specifies whether to group the intent stages by their name or their end state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Specifies whether to group the intent stages by their name or their end state.
- Parameters:
name
- Specifies whether to group the intent stages by their name or their end state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-