Interface AnalyticsBinKey.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsBinKey.Builder,AnalyticsBinKey>,SdkBuilder<AnalyticsBinKey.Builder,AnalyticsBinKey>,SdkPojo
- Enclosing class:
- AnalyticsBinKey
public static interface AnalyticsBinKey.Builder extends SdkPojo, CopyableBuilder<AnalyticsBinKey.Builder,AnalyticsBinKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsBinKey.Buildername(String name)The criterion by which to bin the results.AnalyticsBinKey.Buildername(AnalyticsBinByName name)The criterion by which to bin the results.AnalyticsBinKey.Buildervalue(Long value)The value of the criterion that defines the bin.-
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
AnalyticsBinKey.Builder name(String name)
The criterion by which to bin the results.
- Parameters:
name- The criterion by which to bin the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsBinByName,AnalyticsBinByName
-
name
AnalyticsBinKey.Builder name(AnalyticsBinByName name)
The criterion by which to bin the results.
- Parameters:
name- The criterion by which to bin the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalyticsBinByName,AnalyticsBinByName
-
value
AnalyticsBinKey.Builder value(Long value)
The value of the criterion that defines the bin.
- Parameters:
value- The value of the criterion that defines the bin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-