static DBProxyEndpoint.Builder |
DBProxyEndpoint.builder() |
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.createdDate(Instant createdDate) |
The date and time when the DB proxy endpoint was first created.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.dbProxyEndpointArn(String dbProxyEndpointArn) |
The Amazon Resource Name (ARN) for the DB proxy endpoint.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.dbProxyEndpointName(String dbProxyEndpointName) |
The name for the DB proxy endpoint.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.dbProxyName(String dbProxyName) |
The identifier for the DB proxy that is associated with this DB proxy endpoint.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.endpoint(String endpoint) |
The endpoint that you can use to connect to the DB proxy.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.isDefault(Boolean isDefault) |
Indicates whether this endpoint is the default endpoint for the associated DB proxy.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.status(String status) |
The current status of this DB proxy endpoint.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.status(DBProxyEndpointStatus status) |
The current status of this DB proxy endpoint.
|
DBProxyEndpoint.Builder |
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 |
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.Builder |
DBProxyEndpoint.toBuilder() |
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.vpcId(String vpcId) |
Provides the VPC ID of the DB proxy endpoint.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) |
Provides a list of VPC security groups that the DB proxy endpoint belongs to.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) |
Provides a list of VPC security groups that the DB proxy endpoint belongs to.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.vpcSubnetIds(String... vpcSubnetIds) |
The EC2 subnet IDs for the DB proxy endpoint.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.vpcSubnetIds(Collection<String> vpcSubnetIds) |
The EC2 subnet IDs for the DB proxy endpoint.
|