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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsIntentGroupBySpecification.Buildername(String name)Specifies whether to group the intent stages by their name or their end state.AnalyticsIntentGroupBySpecification.Buildername(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 Detail
-
name
AnalyticsIntentGroupBySpecification.Builder name(String 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:
AnalyticsIntentField,AnalyticsIntentField
-
name
AnalyticsIntentGroupBySpecification.Builder name(AnalyticsIntentField 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:
AnalyticsIntentField,AnalyticsIntentField
-
-