public static interface DescribeRdsDbInstancesRequest.Builder extends OpsWorksRequest.Builder, CopyableBuilder<DescribeRdsDbInstancesRequest.Builder,DescribeRdsDbInstancesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeRdsDbInstancesRequest.Builder |
rdsDbInstanceArns(Collection<String> 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.
|
DescribeRdsDbInstancesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeRdsDbInstancesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeRdsDbInstancesRequest.Builder |
stackId(String stackId)
The stack ID that the instances are registered with.
|
build
requestOverrideConfig
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.
rdsDbInstanceArns
- An array containing the ARNs of the instances to be described.DescribeRdsDbInstancesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeRdsDbInstancesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.