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