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