Interface GetCapacityManagerMetricDimensionsResponse.Builder

    • Method Detail

      • metricDimensionResults

        GetCapacityManagerMetricDimensionsResponse.Builder metricDimensionResults​(Collection<CapacityManagerDimension> metricDimensionResults)

        The available dimension combinations that have data within the specified time range and filters.

        Parameters:
        metricDimensionResults - The available dimension combinations that have data within the specified time range and filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricDimensionResults

        GetCapacityManagerMetricDimensionsResponse.Builder metricDimensionResults​(CapacityManagerDimension... metricDimensionResults)

        The available dimension combinations that have data within the specified time range and filters.

        Parameters:
        metricDimensionResults - The available dimension combinations that have data within the specified time range and filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetCapacityManagerMetricDimensionsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.