Interface GetRdsDatabaseRecommendationsRequest.Builder

    • Method Detail

      • resourceArns

        GetRdsDatabaseRecommendationsRequest.Builder resourceArns​(Collection<String> resourceArns)

        The ARN that identifies the Amazon RDS.

        The following is the format of the ARN:

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

        The following is the format of a DB Cluster ARN:

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

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

        The following is the format of the ARN:

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

        The following is the format of a DB Cluster ARN:

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

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

        GetRdsDatabaseRecommendationsRequest.Builder resourceArns​(String... resourceArns)

        The ARN that identifies the Amazon RDS.

        The following is the format of the ARN:

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

        The following is the format of a DB Cluster ARN:

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

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

        The following is the format of the ARN:

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

        The following is the format of a DB Cluster ARN:

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

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

        GetRdsDatabaseRecommendationsRequest.Builder nextToken​(String nextToken)

        The token to advance to the next page of Amazon RDS recommendations.

        Parameters:
        nextToken - The token to advance to the next page of Amazon RDS recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetRdsDatabaseRecommendationsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of Amazon RDS recommendations to return with a single request.

        To retrieve the remaining results, make another request with the returned nextToken value.

        Parameters:
        maxResults - The maximum number of Amazon RDS recommendations to return with a single request.

        To retrieve the remaining results, make another request with the returned nextToken value.

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

        GetRdsDatabaseRecommendationsRequest.Builder filters​(Collection<RDSDBRecommendationFilter> filters)

        An array of objects to specify a filter that returns a more specific list of Amazon RDS recommendations.

        Parameters:
        filters - An array of objects to specify a filter that returns a more specific list of Amazon RDS recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        GetRdsDatabaseRecommendationsRequest.Builder filters​(RDSDBRecommendationFilter... filters)

        An array of objects to specify a filter that returns a more specific list of Amazon RDS recommendations.

        Parameters:
        filters - An array of objects to specify a filter that returns a more specific list of Amazon RDS recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

        GetRdsDatabaseRecommendationsRequest.Builder accountIds​(Collection<String> accountIds)

        Return the Amazon RDS recommendations to the specified Amazon Web Services account IDs.

        If your account is the management account or the delegated administrator of an organization, use this parameter to return the Amazon RDS recommendations to specific member accounts.

        You can only specify one account ID per request.

        Parameters:
        accountIds - Return the Amazon RDS recommendations to the specified Amazon Web Services account IDs.

        If your account is the management account or the delegated administrator of an organization, use this parameter to return the Amazon RDS recommendations to specific member accounts.

        You can only specify one account ID per request.

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

        GetRdsDatabaseRecommendationsRequest.Builder accountIds​(String... accountIds)

        Return the Amazon RDS recommendations to the specified Amazon Web Services account IDs.

        If your account is the management account or the delegated administrator of an organization, use this parameter to return the Amazon RDS recommendations to specific member accounts.

        You can only specify one account ID per request.

        Parameters:
        accountIds - Return the Amazon RDS recommendations to the specified Amazon Web Services account IDs.

        If your account is the management account or the delegated administrator of an organization, use this parameter to return the Amazon RDS recommendations to specific member accounts.

        You can only specify one account ID per request.

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

        GetRdsDatabaseRecommendationsRequest.Builder recommendationPreferences​(RecommendationPreferences recommendationPreferences)
        Sets the value of the RecommendationPreferences property for this object.
        Parameters:
        recommendationPreferences - The new value for the RecommendationPreferences property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.