Interface CreateVerifiedAccessEndpointRdsOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreateVerifiedAccessEndpointRdsOptions.Builder,CreateVerifiedAccessEndpointRdsOptions>,SdkBuilder<CreateVerifiedAccessEndpointRdsOptions.Builder,CreateVerifiedAccessEndpointRdsOptions>,SdkPojo
- Enclosing class:
- CreateVerifiedAccessEndpointRdsOptions
public static interface CreateVerifiedAccessEndpointRdsOptions.Builder extends SdkPojo, CopyableBuilder<CreateVerifiedAccessEndpointRdsOptions.Builder,CreateVerifiedAccessEndpointRdsOptions>
-
-
Method Summary
-
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 Detail
-
protocol
CreateVerifiedAccessEndpointRdsOptions.Builder protocol(String protocol)
The protocol.
- Parameters:
protocol- The protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VerifiedAccessEndpointProtocol,VerifiedAccessEndpointProtocol
-
protocol
CreateVerifiedAccessEndpointRdsOptions.Builder protocol(VerifiedAccessEndpointProtocol protocol)
The protocol.
- Parameters:
protocol- The protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VerifiedAccessEndpointProtocol,VerifiedAccessEndpointProtocol
-
port
CreateVerifiedAccessEndpointRdsOptions.Builder port(Integer port)
The port.
- Parameters:
port- The port.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rdsDbInstanceArn
CreateVerifiedAccessEndpointRdsOptions.Builder rdsDbInstanceArn(String 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
CreateVerifiedAccessEndpointRdsOptions.Builder rdsDbClusterArn(String 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
CreateVerifiedAccessEndpointRdsOptions.Builder rdsDbProxyArn(String 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
CreateVerifiedAccessEndpointRdsOptions.Builder rdsEndpoint(String 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
CreateVerifiedAccessEndpointRdsOptions.Builder subnetIds(Collection<String> subnetIds)
The IDs of the subnets. You can specify only one subnet per Availability Zone.
- Parameters:
subnetIds- The IDs of the subnets. You can specify only one subnet per Availability Zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
CreateVerifiedAccessEndpointRdsOptions.Builder subnetIds(String... subnetIds)
The IDs of the subnets. You can specify only one subnet per Availability Zone.
- Parameters:
subnetIds- The IDs of the subnets. You can specify only one subnet per Availability Zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-