Interface ModifyVerifiedAccessEndpointRdsOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ModifyVerifiedAccessEndpointRdsOptions.Builder,,ModifyVerifiedAccessEndpointRdsOptions> SdkBuilder<ModifyVerifiedAccessEndpointRdsOptions.Builder,,ModifyVerifiedAccessEndpointRdsOptions> SdkPojo
- Enclosing class:
 ModifyVerifiedAccessEndpointRdsOptions
public static interface ModifyVerifiedAccessEndpointRdsOptions.Builder
extends SdkPojo, CopyableBuilder<ModifyVerifiedAccessEndpointRdsOptions.Builder,ModifyVerifiedAccessEndpointRdsOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe port.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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
 
 - 
port
The port.
- Parameters:
 port- The port.- 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.
 
 
 -