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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PerformanceInsightsMetricDimensionGroup.Builder
dimensions(String... dimensions)
A list of specific dimensions from a dimension group.PerformanceInsightsMetricDimensionGroup.Builder
dimensions(Collection<String> dimensions)
A list of specific dimensions from a dimension group.PerformanceInsightsMetricDimensionGroup.Builder
group(String group)
The available dimension groups for Performance Insights metric type.PerformanceInsightsMetricDimensionGroup.Builder
limit(Integer limit)
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 Detail
-
dimensions
PerformanceInsightsMetricDimensionGroup.Builder dimensions(Collection<String> 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
PerformanceInsightsMetricDimensionGroup.Builder dimensions(String... 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
PerformanceInsightsMetricDimensionGroup.Builder group(String 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
PerformanceInsightsMetricDimensionGroup.Builder limit(Integer 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.
-
-