Interface PerformanceInsightsMetricDimensionGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PerformanceInsightsMetricDimensionGroup.Builder,
,PerformanceInsightsMetricDimensionGroup> SdkBuilder<PerformanceInsightsMetricDimensionGroup.Builder,
,PerformanceInsightsMetricDimensionGroup> SdkPojo
- Enclosing class:
PerformanceInsightsMetricDimensionGroup
public static interface PerformanceInsightsMetricDimensionGroup.Builder
extends SdkPojo, CopyableBuilder<PerformanceInsightsMetricDimensionGroup.Builder,PerformanceInsightsMetricDimensionGroup>
-
Method Summary
Modifier and TypeMethodDescriptiondimensions
(String... dimensions) A list of specific dimensions from a dimension group.dimensions
(Collection<String> dimensions) A list of specific dimensions from a dimension group.The available dimension groups for Performance Insights metric type.The maximum number of items to fetch for this dimension group.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
-
dimensions
A list of specific dimensions from a dimension group. If this list isn't included, then all of the dimensions in the group were requested, or are present in the response.
- Parameters:
dimensions
- A list of specific dimensions from a dimension group. If this list isn't included, then all of the dimensions in the group were requested, or are present in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dimensions
A list of specific dimensions from a dimension group. If this list isn't included, then all of the dimensions in the group were requested, or are present in the response.
- Parameters:
dimensions
- A list of specific dimensions from a dimension group. If this list isn't included, then all of the dimensions in the group were requested, or are present in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
group
The available dimension groups for Performance Insights metric type.
- Parameters:
group
- The available dimension groups for Performance Insights metric type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
The maximum number of items to fetch for this dimension group.
- Parameters:
limit
- The maximum number of items to fetch for this dimension group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-