Interface ModifyDbProxyTargetGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyDbProxyTargetGroupRequest.Builder,ModifyDbProxyTargetGroupRequest>,RdsRequest.Builder,SdkBuilder<ModifyDbProxyTargetGroupRequest.Builder,ModifyDbProxyTargetGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyDbProxyTargetGroupRequest
public static interface ModifyDbProxyTargetGroupRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ModifyDbProxyTargetGroupRequest.Builder,ModifyDbProxyTargetGroupRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
targetGroupName
ModifyDbProxyTargetGroupRequest.Builder targetGroupName(String targetGroupName)
The name of the target group to modify.
- Parameters:
targetGroupName- The name of the target group to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbProxyName
ModifyDbProxyTargetGroupRequest.Builder dbProxyName(String dbProxyName)
The name of the proxy.
- Parameters:
dbProxyName- The name of the proxy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionPoolConfig
ModifyDbProxyTargetGroupRequest.Builder connectionPoolConfig(ConnectionPoolConfiguration connectionPoolConfig)
The settings that determine the size and behavior of the connection pool for the target group.
- Parameters:
connectionPoolConfig- The settings that determine the size and behavior of the connection pool for the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionPoolConfig
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.Builderavoiding the need to create one manually viaConnectionPoolConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnectionPoolConfig(ConnectionPoolConfiguration).- Parameters:
connectionPoolConfig- a consumer that will call methods onConnectionPoolConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
connectionPoolConfig(ConnectionPoolConfiguration)
-
newName
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.You can't rename the
defaulttarget group.- Parameters:
newName- The new name for the modifiedDBProxyTarget. 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.You can't rename the
defaulttarget group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyDbProxyTargetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyDbProxyTargetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-