public static interface DescribeRdsDbInstancesResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, 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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
RdsDbInstance.Builder avoiding the need to create one
manually via RdsDbInstance.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #rdsDbInstances(List.
rdsDbInstances - a consumer that will call methods on
RdsDbInstance.Builder#rdsDbInstances(java.util.Collection) Copyright © 2023. All rights reserved.