JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.computeoptimizer.model

Class GetRDSDatabaseRecommendationProjectedMetricsRequest

    • Constructor Detail

      • GetRDSDatabaseRecommendationProjectedMetricsRequest

        public GetRDSDatabaseRecommendationProjectedMetricsRequest()
    • Method Detail

      • setResourceArn

        public void setResourceArn(String resourceArn)

        The ARN that identifies the Amazon RDS.

        The following is the format of the ARN:

        arn:aws:rds:{region}:{accountId}:db:{resourceName}

        Parameters:
        resourceArn - The ARN that identifies the Amazon RDS.

        The following is the format of the ARN:

        arn:aws:rds:{region}:{accountId}:db:{resourceName}

      • getResourceArn

        public String getResourceArn()

        The ARN that identifies the Amazon RDS.

        The following is the format of the ARN:

        arn:aws:rds:{region}:{accountId}:db:{resourceName}

        Returns:
        The ARN that identifies the Amazon RDS.

        The following is the format of the ARN:

        arn:aws:rds:{region}:{accountId}:db:{resourceName}

      • withResourceArn

        public GetRDSDatabaseRecommendationProjectedMetricsRequest withResourceArn(String resourceArn)

        The ARN that identifies the Amazon RDS.

        The following is the format of the ARN:

        arn:aws:rds:{region}:{accountId}:db:{resourceName}

        Parameters:
        resourceArn - The ARN that identifies the Amazon RDS.

        The following is the format of the ARN:

        arn:aws:rds:{region}:{accountId}:db:{resourceName}

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStat

        public void setStat(String stat)

        The statistic of the projected metrics.

        Parameters:
        stat - The statistic of the projected metrics.
        See Also:
        MetricStatistic
      • getStat

        public String getStat()

        The statistic of the projected metrics.

        Returns:
        The statistic of the projected metrics.
        See Also:
        MetricStatistic
      • setPeriod

        public void setPeriod(Integer period)

        The granularity, in seconds, of the projected metrics data points.

        Parameters:
        period - The granularity, in seconds, of the projected metrics data points.
      • getPeriod

        public Integer getPeriod()

        The granularity, in seconds, of the projected metrics data points.

        Returns:
        The granularity, in seconds, of the projected metrics data points.
      • withPeriod

        public GetRDSDatabaseRecommendationProjectedMetricsRequest withPeriod(Integer period)

        The granularity, in seconds, of the projected metrics data points.

        Parameters:
        period - The granularity, in seconds, of the projected metrics data points.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartTime

        public void setStartTime(Date startTime)

        The timestamp of the first projected metrics data point to return.

        Parameters:
        startTime - The timestamp of the first projected metrics data point to return.
      • getStartTime

        public Date getStartTime()

        The timestamp of the first projected metrics data point to return.

        Returns:
        The timestamp of the first projected metrics data point to return.
      • withStartTime

        public GetRDSDatabaseRecommendationProjectedMetricsRequest withStartTime(Date startTime)

        The timestamp of the first projected metrics data point to return.

        Parameters:
        startTime - The timestamp of the first projected metrics data point to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndTime

        public void setEndTime(Date endTime)

        The timestamp of the last projected metrics data point to return.

        Parameters:
        endTime - The timestamp of the last projected metrics data point to return.
      • getEndTime

        public Date getEndTime()

        The timestamp of the last projected metrics data point to return.

        Returns:
        The timestamp of the last projected metrics data point to return.
      • withEndTime

        public GetRDSDatabaseRecommendationProjectedMetricsRequest withEndTime(Date endTime)

        The timestamp of the last projected metrics data point to return.

        Parameters:
        endTime - The timestamp of the last projected metrics data point to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRecommendationPreferences

        public void setRecommendationPreferences(RecommendationPreferences recommendationPreferences)
        Parameters:
        recommendationPreferences -
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /