public static interface CreateDbProxyEndpointRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<CreateDbProxyEndpointRequest.Builder,CreateDbProxyEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDbProxyEndpointRequest.Builder |
dbProxyEndpointName(String dbProxyEndpointName)
The name of the DB proxy endpoint to create.
|
CreateDbProxyEndpointRequest.Builder |
dbProxyName(String dbProxyName)
The name of the DB proxy associated with the DB proxy endpoint that you create.
|
CreateDbProxyEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDbProxyEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDbProxyEndpointRequest.Builder |
tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateDbProxyEndpointRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CreateDbProxyEndpointRequest.Builder |
tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CreateDbProxyEndpointRequest.Builder |
targetRole(DBProxyEndpointTargetRole targetRole)
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
|
CreateDbProxyEndpointRequest.Builder |
targetRole(String targetRole)
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
|
CreateDbProxyEndpointRequest.Builder |
vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint that you create.
|
CreateDbProxyEndpointRequest.Builder |
vpcSecurityGroupIds(String... vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint that you create.
|
CreateDbProxyEndpointRequest.Builder |
vpcSubnetIds(Collection<String> vpcSubnetIds)
The VPC subnet IDs for the DB proxy endpoint that you create.
|
CreateDbProxyEndpointRequest.Builder |
vpcSubnetIds(String... vpcSubnetIds)
The VPC subnet IDs for the DB proxy endpoint that you create.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDbProxyEndpointRequest.Builder dbProxyName(String dbProxyName)
The name of the DB proxy associated with the DB proxy endpoint that you create.
dbProxyName - The name of the DB proxy associated with the DB proxy endpoint that you create.CreateDbProxyEndpointRequest.Builder dbProxyEndpointName(String dbProxyEndpointName)
The name of the DB proxy endpoint to create.
dbProxyEndpointName - The name of the DB proxy endpoint to create.CreateDbProxyEndpointRequest.Builder vpcSubnetIds(Collection<String> vpcSubnetIds)
The VPC subnet IDs for the DB proxy endpoint that you create. You can specify a different set of subnet IDs than for the original DB proxy.
vpcSubnetIds - The VPC subnet IDs for the DB proxy endpoint that you create. You can specify a different set of
subnet IDs than for the original DB proxy.CreateDbProxyEndpointRequest.Builder vpcSubnetIds(String... vpcSubnetIds)
The VPC subnet IDs for the DB proxy endpoint that you create. You can specify a different set of subnet IDs than for the original DB proxy.
vpcSubnetIds - The VPC subnet IDs for the DB proxy endpoint that you create. You can specify a different set of
subnet IDs than for the original DB proxy.CreateDbProxyEndpointRequest.Builder vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint that you create. You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC.
vpcSecurityGroupIds - The VPC security group IDs for the DB proxy endpoint that you create. You can specify a different set
of security group IDs than for the original DB proxy. The default is the default security group for
the VPC.CreateDbProxyEndpointRequest.Builder vpcSecurityGroupIds(String... vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint that you create. You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC.
vpcSecurityGroupIds - The VPC security group IDs for the DB proxy endpoint that you create. You can specify a different set
of security group IDs than for the original DB proxy. The default is the default security group for
the VPC.CreateDbProxyEndpointRequest.Builder targetRole(String targetRole)
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The
default is READ_WRITE. The only role that proxies for RDS for Microsoft SQL Server support is
READ_WRITE.
targetRole - A value that indicates whether the DB proxy endpoint can be used for read/write or read-only
operations. The default is READ_WRITE. The only role that proxies for RDS for Microsoft
SQL Server support is READ_WRITE.DBProxyEndpointTargetRole,
DBProxyEndpointTargetRoleCreateDbProxyEndpointRequest.Builder targetRole(DBProxyEndpointTargetRole targetRole)
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The
default is READ_WRITE. The only role that proxies for RDS for Microsoft SQL Server support is
READ_WRITE.
targetRole - A value that indicates whether the DB proxy endpoint can be used for read/write or read-only
operations. The default is READ_WRITE. The only role that proxies for RDS for Microsoft
SQL Server support is READ_WRITE.DBProxyEndpointTargetRole,
DBProxyEndpointTargetRoleCreateDbProxyEndpointRequest.Builder tags(Collection<Tag> tags)
tags - The new value for the Tags property for this object.CreateDbProxyEndpointRequest.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.CreateDbProxyEndpointRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateDbProxyEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDbProxyEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.