Interface PerformanceInsightsMetricDimensionGroup.Builder

    • 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.