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
Modifier and TypeMethodDescriptionThe criterion by which to bin the results.name
(AnalyticsBinByName name) The criterion by which to bin the results.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 Details
-
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:
-
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:
-
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.
-