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(Consumer<RdsDbInstance.Builder>... 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeRdsDbInstancesResponse.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.DescribeRdsDbInstancesResponse.Builder rdsDbInstances(Consumer<RdsDbInstance.Builder>... rdsDbInstances)
An a array of RdsDbInstance objects that describe the instances.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #rdsDbInstances(List) .rdsDbInstances - a consumer that will call methods on List.Builder #rdsDbInstances(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.