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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyVerifiedAccessEndpointRdsOptions.Builder
port(Integer port)
The port.ModifyVerifiedAccessEndpointRdsOptions.Builder
rdsEndpoint(String rdsEndpoint)
The RDS endpoint.ModifyVerifiedAccessEndpointRdsOptions.Builder
subnetIds(String... subnetIds)
The IDs of the subnets.ModifyVerifiedAccessEndpointRdsOptions.Builder
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 Detail
-
subnetIds
ModifyVerifiedAccessEndpointRdsOptions.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
ModifyVerifiedAccessEndpointRdsOptions.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.
-
port
ModifyVerifiedAccessEndpointRdsOptions.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.
-
rdsEndpoint
ModifyVerifiedAccessEndpointRdsOptions.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.
-
-