Interface AnalyticsSessionGroupBySpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsSessionGroupBySpecification.Builder,AnalyticsSessionGroupBySpecification>,SdkBuilder<AnalyticsSessionGroupBySpecification.Builder,AnalyticsSessionGroupBySpecification>,SdkPojo
- Enclosing class:
- AnalyticsSessionGroupBySpecification
public static interface AnalyticsSessionGroupBySpecification.Builder extends SdkPojo, CopyableBuilder<AnalyticsSessionGroupBySpecification.Builder,AnalyticsSessionGroupBySpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsSessionGroupBySpecification.Buildername(String name)Specifies whether to group the session by their end state or their locale.AnalyticsSessionGroupBySpecification.Buildername(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, sdkFields
-
-
-
-
Method Detail
-
name
AnalyticsSessionGroupBySpecification.Builder name(String 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:
AnalyticsSessionField,AnalyticsSessionField
-
name
AnalyticsSessionGroupBySpecification.Builder name(AnalyticsSessionField 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:
AnalyticsSessionField,AnalyticsSessionField
-
-