public static interface ModifyDbProxyTargetGroupRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ModifyDbProxyTargetGroupRequest.Builder,ModifyDbProxyTargetGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyDbProxyTargetGroupRequest.Builder targetGroupName(String targetGroupName)
The name of the new target group to assign to the proxy.
targetGroupName - The name of the new target group to assign to the proxy.ModifyDbProxyTargetGroupRequest.Builder dbProxyName(String dbProxyName)
The name of the new proxy to which to assign the target group.
dbProxyName - The name of the new proxy to which to assign the target group.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 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 © 2021. All rights reserved.