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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerifiedAccessEndpointRdsOptions.Builderport(Integer port)The port.VerifiedAccessEndpointRdsOptions.Builderprotocol(String protocol)The protocol.VerifiedAccessEndpointRdsOptions.Builderprotocol(VerifiedAccessEndpointProtocol protocol)The protocol.VerifiedAccessEndpointRdsOptions.BuilderrdsDbClusterArn(String rdsDbClusterArn)The ARN of the DB cluster.VerifiedAccessEndpointRdsOptions.BuilderrdsDbInstanceArn(String rdsDbInstanceArn)The ARN of the RDS instance.VerifiedAccessEndpointRdsOptions.BuilderrdsDbProxyArn(String rdsDbProxyArn)The ARN of the RDS proxy.VerifiedAccessEndpointRdsOptions.BuilderrdsEndpoint(String rdsEndpoint)The RDS endpoint.VerifiedAccessEndpointRdsOptions.BuildersubnetIds(String... subnetIds)The IDs of the subnets.VerifiedAccessEndpointRdsOptions.BuildersubnetIds(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 Detail
-
protocol
VerifiedAccessEndpointRdsOptions.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
VerifiedAccessEndpointRdsOptions.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
VerifiedAccessEndpointRdsOptions.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
VerifiedAccessEndpointRdsOptions.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
VerifiedAccessEndpointRdsOptions.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
VerifiedAccessEndpointRdsOptions.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
VerifiedAccessEndpointRdsOptions.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
VerifiedAccessEndpointRdsOptions.Builder subnetIds(Collection<String> 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
VerifiedAccessEndpointRdsOptions.Builder subnetIds(String... 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.
-
-