public static interface DescribeRdsDbInstancesResponse.Builder extends OpsWorksResponse.Builder, CopyableBuilder<DescribeRdsDbInstancesResponse.Builder,DescribeRdsDbInstancesResponse>
Modifier and Type | Method and 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. |
build
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.
rdsDbInstances
- An a array of RdsDbInstance
objects that describe the instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.