Interface VerifiedAccessEndpointRdsOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VerifiedAccessEndpointRdsOptions.Builder,
,VerifiedAccessEndpointRdsOptions> SdkBuilder<VerifiedAccessEndpointRdsOptions.Builder,
,VerifiedAccessEndpointRdsOptions> SdkPojo
- Enclosing class:
VerifiedAccessEndpointRdsOptions
@Mutable
@NotThreadSafe
public static interface VerifiedAccessEndpointRdsOptions.Builder
extends SdkPojo, CopyableBuilder<VerifiedAccessEndpointRdsOptions.Builder,VerifiedAccessEndpointRdsOptions>
-
Method Summary
Modifier and TypeMethodDescriptionThe port.The protocol.protocol
(VerifiedAccessEndpointProtocol protocol) The protocol.rdsDbClusterArn
(String rdsDbClusterArn) The ARN of the DB cluster.rdsDbInstanceArn
(String rdsDbInstanceArn) The ARN of the RDS instance.rdsDbProxyArn
(String rdsDbProxyArn) The ARN of the RDS proxy.rdsEndpoint
(String rdsEndpoint) The RDS endpoint.The IDs of the subnets.subnetIds
(Collection<String> subnetIds) The IDs of the subnets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
protocol
The protocol.
- Parameters:
protocol
- The protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocol
The protocol.
- Parameters:
protocol
- The protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
port
The port.
- Parameters:
port
- The port.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rdsDbInstanceArn
The ARN of the RDS instance.
- Parameters:
rdsDbInstanceArn
- The ARN of the RDS instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rdsDbClusterArn
The ARN of the DB cluster.
- Parameters:
rdsDbClusterArn
- The ARN of the DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rdsDbProxyArn
The ARN of the RDS proxy.
- Parameters:
rdsDbProxyArn
- The ARN of the RDS proxy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rdsEndpoint
The RDS endpoint.
- Parameters:
rdsEndpoint
- The RDS endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The IDs of the subnets.
- Parameters:
subnetIds
- The IDs of the subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The IDs of the subnets.
- Parameters:
subnetIds
- The IDs of the subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-