Interface AnalyticsIntentStageGroupBySpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsIntentStageGroupBySpecification.Builder,AnalyticsIntentStageGroupBySpecification>,SdkBuilder<AnalyticsIntentStageGroupBySpecification.Builder,AnalyticsIntentStageGroupBySpecification>,SdkPojo
- Enclosing class:
- AnalyticsIntentStageGroupBySpecification
public static interface AnalyticsIntentStageGroupBySpecification.Builder extends SdkPojo, CopyableBuilder<AnalyticsIntentStageGroupBySpecification.Builder,AnalyticsIntentStageGroupBySpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsIntentStageGroupBySpecification.Buildername(String name)Specifies whether to group the intent stages by their name or the intent to which the session was switched.AnalyticsIntentStageGroupBySpecification.Buildername(AnalyticsIntentStageField name)Specifies whether to group the intent stages by their name or the intent to which the session was switched.-
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
AnalyticsIntentStageGroupBySpecification.Builder name(String name)
Specifies whether to group the intent stages by their name or the intent to which the session was switched.
- Parameters:
name- Specifies whether to group the intent stages by their name or the intent to which the session was switched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsIntentStageField,AnalyticsIntentStageField
-
name
AnalyticsIntentStageGroupBySpecification.Builder name(AnalyticsIntentStageField name)
Specifies whether to group the intent stages by their name or the intent to which the session was switched.
- Parameters:
name- Specifies whether to group the intent stages by their name or the intent to which the session was switched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsIntentStageField,AnalyticsIntentStageField
-
-