Uses of Interface
software.amazon.awssdk.services.ec2.model.VerifiedAccessEndpointRdsOptions.Builder
Packages that use VerifiedAccessEndpointRdsOptions.Builder
-
Uses of VerifiedAccessEndpointRdsOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VerifiedAccessEndpointRdsOptions.BuilderModifier and TypeMethodDescriptionVerifiedAccessEndpointRdsOptions.builder()The port.The protocol.VerifiedAccessEndpointRdsOptions.Builder.protocol(VerifiedAccessEndpointProtocol protocol) The protocol.VerifiedAccessEndpointRdsOptions.Builder.rdsDbClusterArn(String rdsDbClusterArn) The ARN of the DB cluster.VerifiedAccessEndpointRdsOptions.Builder.rdsDbInstanceArn(String rdsDbInstanceArn) The ARN of the RDS instance.VerifiedAccessEndpointRdsOptions.Builder.rdsDbProxyArn(String rdsDbProxyArn) The ARN of the RDS proxy.VerifiedAccessEndpointRdsOptions.Builder.rdsEndpoint(String rdsEndpoint) The RDS endpoint.The IDs of the subnets.VerifiedAccessEndpointRdsOptions.Builder.subnetIds(Collection<String> subnetIds) The IDs of the subnets.VerifiedAccessEndpointRdsOptions.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VerifiedAccessEndpointRdsOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VerifiedAccessEndpointRdsOptions.Builder>VerifiedAccessEndpointRdsOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VerifiedAccessEndpointRdsOptions.BuilderModifier and TypeMethodDescriptiondefault VerifiedAccessEndpoint.BuilderVerifiedAccessEndpoint.Builder.rdsOptions(Consumer<VerifiedAccessEndpointRdsOptions.Builder> rdsOptions) The options for an RDS endpoint.