JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.rds.model

Class ModifyDBRecommendationRequest

    • Constructor Detail

      • ModifyDBRecommendationRequest

        public ModifyDBRecommendationRequest()
    • Method Detail

      • setRecommendationId

        public void setRecommendationId(String recommendationId)

        The identifier of the recommendation to update.

        Parameters:
        recommendationId - The identifier of the recommendation to update.
      • getRecommendationId

        public String getRecommendationId()

        The identifier of the recommendation to update.

        Returns:
        The identifier of the recommendation to update.
      • withRecommendationId

        public ModifyDBRecommendationRequest withRecommendationId(String recommendationId)

        The identifier of the recommendation to update.

        Parameters:
        recommendationId - The identifier of the recommendation to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocale

        public void setLocale(String locale)

        The language of the modified recommendation.

        Parameters:
        locale - The language of the modified recommendation.
      • getLocale

        public String getLocale()

        The language of the modified recommendation.

        Returns:
        The language of the modified recommendation.
      • withLocale

        public ModifyDBRecommendationRequest withLocale(String locale)

        The language of the modified recommendation.

        Parameters:
        locale - The language of the modified recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The recommendation status to update.

        Valid values:

        • active

        • dismissed

        Parameters:
        status - The recommendation status to update.

        Valid values:

        • active

        • dismissed

      • getStatus

        public String getStatus()

        The recommendation status to update.

        Valid values:

        • active

        • dismissed

        Returns:
        The recommendation status to update.

        Valid values:

        • active

        • dismissed

      • withStatus

        public ModifyDBRecommendationRequest withStatus(String status)

        The recommendation status to update.

        Valid values:

        • active

        • dismissed

        Parameters:
        status - The recommendation status to update.

        Valid values:

        • active

        • dismissed

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

        public List<RecommendedActionUpdate> getRecommendedActionUpdates()

        The list of recommended action status to update. You can update multiple recommended actions at one time.

        Returns:
        The list of recommended action status to update. You can update multiple recommended actions at one time.
      • setRecommendedActionUpdates

        public void setRecommendedActionUpdates(Collection<RecommendedActionUpdate> recommendedActionUpdates)

        The list of recommended action status to update. You can update multiple recommended actions at one time.

        Parameters:
        recommendedActionUpdates - The list of recommended action status to update. You can update multiple recommended actions at one time.
      • withRecommendedActionUpdates

        public ModifyDBRecommendationRequest withRecommendedActionUpdates(Collection<RecommendedActionUpdate> recommendedActionUpdates)

        The list of recommended action status to update. You can update multiple recommended actions at one time.

        Parameters:
        recommendedActionUpdates - The list of recommended action status to update. You can update multiple recommended actions at one time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /