Interface AnalyticsBinBySpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnalyticsBinBySpecification.Builder,
,AnalyticsBinBySpecification> SdkBuilder<AnalyticsBinBySpecification.Builder,
,AnalyticsBinBySpecification> SdkPojo
- Enclosing class:
AnalyticsBinBySpecification
public static interface AnalyticsBinBySpecification.Builder
extends SdkPojo, CopyableBuilder<AnalyticsBinBySpecification.Builder,AnalyticsBinBySpecification>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the interval of time by which to bin the analytics data.interval
(AnalyticsInterval interval) Specifies the interval of time by which to bin the analytics data.Specifies the time metric by which to bin the analytics data.name
(AnalyticsBinByName name) Specifies the time metric by which to bin the analytics data.Specifies whether to bin the analytics data in ascending or descending order.order
(AnalyticsSortOrder order) Specifies whether to bin the analytics data in ascending or descending order.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
Specifies the time metric by which to bin the analytics data.
- Parameters:
name
- Specifies the time metric by which to bin the analytics data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Specifies the time metric by which to bin the analytics data.
- Parameters:
name
- Specifies the time metric by which to bin the analytics data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
interval
Specifies the interval of time by which to bin the analytics data.
- Parameters:
interval
- Specifies the interval of time by which to bin the analytics data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
interval
Specifies the interval of time by which to bin the analytics data.
- Parameters:
interval
- Specifies the interval of time by which to bin the analytics data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.
- Parameters:
order
- Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.
- Parameters:
order
- Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-