Interface DescribeRdsDbInstancesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeRdsDbInstancesRequest.Builder,DescribeRdsDbInstancesRequest>,OpsWorksRequest.Builder,SdkBuilder<DescribeRdsDbInstancesRequest.Builder,DescribeRdsDbInstancesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeRdsDbInstancesRequest
public static interface DescribeRdsDbInstancesRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<DescribeRdsDbInstancesRequest.Builder,DescribeRdsDbInstancesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRdsDbInstancesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeRdsDbInstancesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeRdsDbInstancesRequest.BuilderrdsDbInstanceArns(String... rdsDbInstanceArns)An array containing the ARNs of the instances to be described.DescribeRdsDbInstancesRequest.BuilderrdsDbInstanceArns(Collection<String> rdsDbInstanceArns)An array containing the ARNs of the instances to be described.DescribeRdsDbInstancesRequest.BuilderstackId(String stackId)The ID of the stack with which the instances are registered.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
stackId
DescribeRdsDbInstancesRequest.Builder stackId(String stackId)
The ID of the stack with which the instances are registered. The operation returns descriptions of all registered Amazon RDS instances.
- Parameters:
stackId- The ID of the stack with which the instances are registered. The operation returns descriptions of all registered Amazon RDS instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rdsDbInstanceArns
DescribeRdsDbInstancesRequest.Builder rdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
- Parameters:
rdsDbInstanceArns- An array containing the ARNs of the instances to be described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rdsDbInstanceArns
DescribeRdsDbInstancesRequest.Builder rdsDbInstanceArns(String... rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
- Parameters:
rdsDbInstanceArns- An array containing the ARNs of the instances to be described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeRdsDbInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeRdsDbInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-