Interface AnalyticsSessionGroupByKey.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsSessionGroupByKey.Builder,AnalyticsSessionGroupByKey>,SdkBuilder<AnalyticsSessionGroupByKey.Builder,AnalyticsSessionGroupByKey>,SdkPojo
- Enclosing class:
- AnalyticsSessionGroupByKey
public static interface AnalyticsSessionGroupByKey.Builder extends SdkPojo, CopyableBuilder<AnalyticsSessionGroupByKey.Builder,AnalyticsSessionGroupByKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsSessionGroupByKey.Buildername(String name)The category by which the session analytics were grouped.AnalyticsSessionGroupByKey.Buildername(AnalyticsSessionField name)The category by which the session analytics were grouped.AnalyticsSessionGroupByKey.Buildervalue(String value)A member of the category by which the session analytics were grouped.-
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
AnalyticsSessionGroupByKey.Builder name(String name)
The category by which the session analytics were grouped.
- Parameters:
name- The category by which the session analytics were grouped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsSessionField,AnalyticsSessionField
-
name
AnalyticsSessionGroupByKey.Builder name(AnalyticsSessionField name)
The category by which the session analytics were grouped.
- Parameters:
name- The category by which the session analytics were grouped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsSessionField,AnalyticsSessionField
-
value
AnalyticsSessionGroupByKey.Builder value(String value)
A member of the category by which the session analytics were grouped.
- Parameters:
value- A member of the category by which the session analytics were grouped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-