Interface DescribeRdsDbInstancesResponse.Builder

    • Method Detail

      • rdsDbInstances

        DescribeRdsDbInstancesResponse.Builder rdsDbInstances​(Collection<RdsDbInstance> rdsDbInstances)

        An a array of RdsDbInstance objects that describe the instances.

        Parameters:
        rdsDbInstances - An a array of RdsDbInstance objects that describe the instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rdsDbInstances

        DescribeRdsDbInstancesResponse.Builder rdsDbInstances​(RdsDbInstance... rdsDbInstances)

        An a array of RdsDbInstance objects that describe the instances.

        Parameters:
        rdsDbInstances - An a array of RdsDbInstance objects that describe the instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.