CopyableBuilder<DescribeRdsDbInstancesResponse.Builder,DescribeRdsDbInstancesResponse>
, SdkBuilder<DescribeRdsDbInstancesResponse.Builder,DescribeRdsDbInstancesResponse>
public static interface DescribeRdsDbInstancesResponse.Builder extends CopyableBuilder<DescribeRdsDbInstancesResponse.Builder,DescribeRdsDbInstancesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeRdsDbInstancesResponse.Builder |
rdsDbInstances(Collection<RdsDbInstance> rdsDbInstances) |
An a array of
RdsDbInstance objects that describe the instances. |
DescribeRdsDbInstancesResponse.Builder |
rdsDbInstances(RdsDbInstance... rdsDbInstances) |
An a array of
RdsDbInstance objects that describe the instances. |
copy
apply, build
DescribeRdsDbInstancesResponse.Builder rdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)
An a array of RdsDbInstance
objects that describe the instances.
rdsDbInstances
- An a array of RdsDbInstance
objects that describe the instances.DescribeRdsDbInstancesResponse.Builder rdsDbInstances(RdsDbInstance... rdsDbInstances)
An a array of RdsDbInstance
objects that describe the instances.
NOTE: This method appends the values to the existing list (if any). Use
#setRdsDbInstances(java.util.Collection)
or #withRdsDbInstances(java.util.Collection)
if you
want to override the existing values.
rdsDbInstances
- An a array of RdsDbInstance
objects that describe the instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.