CopyableBuilder<DescribeRdsDbInstancesRequest.Builder,DescribeRdsDbInstancesRequest>
, SdkBuilder<DescribeRdsDbInstancesRequest.Builder,DescribeRdsDbInstancesRequest>
public static interface DescribeRdsDbInstancesRequest.Builder extends CopyableBuilder<DescribeRdsDbInstancesRequest.Builder,DescribeRdsDbInstancesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeRdsDbInstancesRequest.Builder |
rdsDbInstanceArns(String... rdsDbInstanceArns) |
An array containing the ARNs of the instances to be described.
|
DescribeRdsDbInstancesRequest.Builder |
rdsDbInstanceArns(Collection<String> rdsDbInstanceArns) |
An array containing the ARNs of the instances to be described.
|
DescribeRdsDbInstancesRequest.Builder |
stackId(String stackId) |
The stack ID that the instances are registered with.
|
copy
apply, build
DescribeRdsDbInstancesRequest.Builder stackId(String stackId)
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.
stackId
- The stack ID that the instances are registered with. The operation returns descriptions of all
registered Amazon RDS instances.DescribeRdsDbInstancesRequest.Builder rdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
rdsDbInstanceArns
- An array containing the ARNs of the instances to be described.DescribeRdsDbInstancesRequest.Builder rdsDbInstanceArns(String... rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
NOTE: This method appends the values to the existing list (if any). Use
#setRdsDbInstanceArns(java.util.Collection)
or #withRdsDbInstanceArns(java.util.Collection)
if you want to override the existing values.
rdsDbInstanceArns
- An array containing the ARNs of the instances to be described.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.