| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
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)
A value that indicates whether this endpoint is the default endpoint for the associated DB proxy.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.status(DBProxyEndpointStatus status)
The current status of this DB proxy endpoint.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.status(String status)
The current status of this DB proxy endpoint.
|
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.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.toBuilder() |
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.vpcId(String vpcId)
Provides the VPC ID of the DB proxy endpoint.
|
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.vpcSecurityGroupIds(String... vpcSecurityGroupIds)
Provides a list of VPC security groups that the DB proxy endpoint belongs to.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.vpcSubnetIds(Collection<String> vpcSubnetIds)
The EC2 subnet IDs for the DB proxy endpoint.
|
DBProxyEndpoint.Builder |
DBProxyEndpoint.Builder.vpcSubnetIds(String... vpcSubnetIds)
The EC2 subnet IDs for the DB proxy endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBProxyEndpoint.Builder> |
DBProxyEndpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbProxyEndpointResponse.Builder |
ModifyDbProxyEndpointResponse.Builder.dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint)
The
DBProxyEndpoint object representing the new settings for the DB proxy endpoint. |
default DeleteDbProxyEndpointResponse.Builder |
DeleteDbProxyEndpointResponse.Builder.dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint)
The data structure representing the details of the DB proxy endpoint that you delete.
|
default CreateDbProxyEndpointResponse.Builder |
CreateDbProxyEndpointResponse.Builder.dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint)
The
DBProxyEndpoint object that is created by the API operation. |
Copyright © 2022. All rights reserved.