Interface CustomizableMetricParameters.Builder

    • Method Detail

      • threshold

        CustomizableMetricParameters.Builder threshold​(String threshold)

        The threshold value used for the specified metric parameter.

        You can only specify the threshold value for CPU utilization.

        Parameters:
        threshold - The threshold value used for the specified metric parameter.

        You can only specify the threshold value for CPU utilization.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomizableMetricThreshold, CustomizableMetricThreshold
      • headroom

        CustomizableMetricParameters.Builder headroom​(String headroom)

        The headroom value in percentage used for the specified metric parameter.

        The following lists the valid values for CPU and memory utilization.

        • CPU utilization: PERCENT_30 | PERCENT_20 | PERCENT_0

        • Memory utilization: PERCENT_30 | PERCENT_20 | PERCENT_10

        Parameters:
        headroom - The headroom value in percentage used for the specified metric parameter.

        The following lists the valid values for CPU and memory utilization.

        • CPU utilization: PERCENT_30 | PERCENT_20 | PERCENT_0

        • Memory utilization: PERCENT_30 | PERCENT_20 | PERCENT_10

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomizableMetricHeadroom, CustomizableMetricHeadroom
      • headroom

        CustomizableMetricParameters.Builder headroom​(CustomizableMetricHeadroom headroom)

        The headroom value in percentage used for the specified metric parameter.

        The following lists the valid values for CPU and memory utilization.

        • CPU utilization: PERCENT_30 | PERCENT_20 | PERCENT_0

        • Memory utilization: PERCENT_30 | PERCENT_20 | PERCENT_10

        Parameters:
        headroom - The headroom value in percentage used for the specified metric parameter.

        The following lists the valid values for CPU and memory utilization.

        • CPU utilization: PERCENT_30 | PERCENT_20 | PERCENT_0

        • Memory utilization: PERCENT_30 | PERCENT_20 | PERCENT_10

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomizableMetricHeadroom, CustomizableMetricHeadroom