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