@Generated(value="software.amazon.awssdk:codegen") public final class ModifyDbProxyTargetGroupRequest extends RdsRequest implements ToCopyableBuilder<ModifyDbProxyTargetGroupRequest.Builder,ModifyDbProxyTargetGroupRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ModifyDbProxyTargetGroupRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ModifyDbProxyTargetGroupRequest.Builder |
builder() |
ConnectionPoolConfiguration |
connectionPoolConfig()
The settings that determine the size and behavior of the connection pool for the target group.
|
String |
dbProxyName()
The name of the proxy.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
newName()
The new name for the modified
DBProxyTarget . |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyDbProxyTargetGroupRequest.Builder> |
serializableBuilderClass() |
String |
targetGroupName()
The name of the target group to modify.
|
ModifyDbProxyTargetGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String targetGroupName()
The name of the target group to modify.
public final String dbProxyName()
The name of the proxy.
public final ConnectionPoolConfiguration connectionPoolConfig()
The settings that determine the size and behavior of the connection pool for the target group.
public final 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.
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.public ModifyDbProxyTargetGroupRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ModifyDbProxyTargetGroupRequest.Builder,ModifyDbProxyTargetGroupRequest>
toBuilder
in class RdsRequest
public static ModifyDbProxyTargetGroupRequest.Builder builder()
public static Class<? extends ModifyDbProxyTargetGroupRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.