public static interface ModifyDbProxyTargetGroupRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ModifyDbProxyTargetGroupRequest.Builder,ModifyDbProxyTargetGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyDbProxyTargetGroupRequest.Builder targetGroupName(String targetGroupName)
The name of the target group to modify.
targetGroupName - The name of the target group to modify.ModifyDbProxyTargetGroupRequest.Builder dbProxyName(String dbProxyName)
The name of the proxy.
dbProxyName - The name of the proxy.ModifyDbProxyTargetGroupRequest.Builder connectionPoolConfig(ConnectionPoolConfiguration connectionPoolConfig)
The settings that determine the size and behavior of the connection pool for the target group.
connectionPoolConfig - The settings that determine the size and behavior of the connection pool for the target group.default ModifyDbProxyTargetGroupRequest.Builder connectionPoolConfig(Consumer<ConnectionPoolConfiguration.Builder> connectionPoolConfig)
The settings that determine the size and behavior of the connection pool for the target group.
This is a convenience method that creates an instance of theConnectionPoolConfiguration.Builder
avoiding the need to create one manually via ConnectionPoolConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to connectionPoolConfig(ConnectionPoolConfiguration).
connectionPoolConfig - a consumer that will call methods on ConnectionPoolConfiguration.BuilderconnectionPoolConfig(ConnectionPoolConfiguration)ModifyDbProxyTargetGroupRequest.Builder newName(String newName)
The new name for the modified DBProxyTarget. An identifier must begin with a letter and must
contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive
hyphens.
newName - The new name for the modified DBProxyTarget. An identifier must begin with a letter and
must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two
consecutive hyphens.ModifyDbProxyTargetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyDbProxyTargetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.