Uses of Interface
software.amazon.awssdk.services.rds.model.DBProxyEndpoint.Builder
Packages that use DBProxyEndpoint.Builder
-
Uses of DBProxyEndpoint.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxyEndpoint.BuilderModifier and TypeMethodDescriptionstatic DBProxyEndpoint.BuilderDBProxyEndpoint.builder()DBProxyEndpoint.Builder.createdDate(Instant createdDate) The date and time when the DB proxy endpoint was first created.DBProxyEndpoint.Builder.dbProxyEndpointArn(String dbProxyEndpointArn) The Amazon Resource Name (ARN) for the DB proxy endpoint.DBProxyEndpoint.Builder.dbProxyEndpointName(String dbProxyEndpointName) The name for the DB proxy endpoint.DBProxyEndpoint.Builder.dbProxyName(String dbProxyName) The identifier for the DB proxy that is associated with this DB proxy endpoint.The endpoint that you can use to connect to the DB proxy.DBProxyEndpoint.Builder.endpointNetworkType(String endpointNetworkType) The network type of the DB proxy endpoint.DBProxyEndpoint.Builder.endpointNetworkType(EndpointNetworkType endpointNetworkType) The network type of the DB proxy endpoint.Indicates whether this endpoint is the default endpoint for the associated DB proxy.The current status of this DB proxy endpoint.DBProxyEndpoint.Builder.status(DBProxyEndpointStatus status) The current status of this DB proxy endpoint.DBProxyEndpoint.Builder.targetRole(String targetRole) A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.DBProxyEndpoint.Builder.targetRole(DBProxyEndpointTargetRole targetRole) A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.DBProxyEndpoint.toBuilder()Provides the VPC ID of the DB proxy endpoint.DBProxyEndpoint.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) Provides a list of VPC security groups that the DB proxy endpoint belongs to.DBProxyEndpoint.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) Provides a list of VPC security groups that the DB proxy endpoint belongs to.DBProxyEndpoint.Builder.vpcSubnetIds(String... vpcSubnetIds) The EC2 subnet IDs for the DB proxy endpoint.DBProxyEndpoint.Builder.vpcSubnetIds(Collection<String> vpcSubnetIds) The EC2 subnet IDs for the DB proxy endpoint.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBProxyEndpoint.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBProxyEndpoint.Builder>DBProxyEndpoint.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBProxyEndpoint.BuilderModifier and TypeMethodDescriptionCreateDbProxyEndpointResponse.Builder.dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint) TheDBProxyEndpointobject that is created by the API operation.DeleteDbProxyEndpointResponse.Builder.dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint) The data structure representing the details of the DB proxy endpoint that you delete.ModifyDbProxyEndpointResponse.Builder.dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint) TheDBProxyEndpointobject representing the new settings for the DB proxy endpoint.