public static interface ModifyDbProxyRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ModifyDbProxyRequest.Builder,ModifyDbProxyRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyDbProxyRequest.Builder |
auth(Collection<UserAuthConfig> auth)
The new authentication settings for the
DBProxy. |
ModifyDbProxyRequest.Builder |
auth(Consumer<UserAuthConfig.Builder>... auth)
The new authentication settings for the
DBProxy. |
ModifyDbProxyRequest.Builder |
auth(UserAuthConfig... auth)
The new authentication settings for the
DBProxy. |
ModifyDbProxyRequest.Builder |
dbProxyName(String dbProxyName)
The identifier for the
DBProxy to modify. |
ModifyDbProxyRequest.Builder |
debugLogging(Boolean debugLogging)
Whether the proxy includes detailed information about SQL statements in its logs.
|
ModifyDbProxyRequest.Builder |
idleClientTimeout(Integer idleClientTimeout)
The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
ModifyDbProxyRequest.Builder |
newDBProxyName(String newDBProxyName)
The new identifier for the
DBProxy. |
ModifyDbProxyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyDbProxyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyDbProxyRequest.Builder |
requireTLS(Boolean requireTLS)
Whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
|
ModifyDbProxyRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services
Secrets Manager.
|
ModifyDbProxyRequest.Builder |
securityGroups(Collection<String> securityGroups)
The new list of security groups for the
DBProxy. |
ModifyDbProxyRequest.Builder |
securityGroups(String... securityGroups)
The new list of security groups for the
DBProxy. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyDbProxyRequest.Builder dbProxyName(String dbProxyName)
The identifier for the DBProxy to modify.
dbProxyName - The identifier for the DBProxy to modify.ModifyDbProxyRequest.Builder newDBProxyName(String newDBProxyName)
The new identifier for the DBProxy. 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.
newDBProxyName - The new identifier for the DBProxy. 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.ModifyDbProxyRequest.Builder auth(Collection<UserAuthConfig> auth)
The new authentication settings for the DBProxy.
auth - The new authentication settings for the DBProxy.ModifyDbProxyRequest.Builder auth(UserAuthConfig... auth)
The new authentication settings for the DBProxy.
auth - The new authentication settings for the DBProxy.ModifyDbProxyRequest.Builder auth(Consumer<UserAuthConfig.Builder>... auth)
The new authentication settings for the DBProxy.
UserAuthConfig.Builder avoiding the need to create one
manually via UserAuthConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #auth(List.
auth - a consumer that will call methods on
UserAuthConfig.Builder#auth(java.util.Collection) ModifyDbProxyRequest.Builder requireTLS(Boolean requireTLS)
Whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy, even if the associated database doesn't use TLS.
requireTLS - Whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By
enabling this setting, you can enforce encrypted TLS connections to the proxy, even if the associated
database doesn't use TLS.ModifyDbProxyRequest.Builder idleClientTimeout(Integer idleClientTimeout)
The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it. You can set this value higher or lower than the connection timeout limit for the associated database.
idleClientTimeout - The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
You can set this value higher or lower than the connection timeout limit for the associated database.ModifyDbProxyRequest.Builder debugLogging(Boolean debugLogging)
Whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.
debugLogging - Whether the proxy includes detailed information about SQL statements in its logs. This information
helps you to debug issues involving SQL behavior or the performance and scalability of the proxy
connections. The debug information includes the text of SQL statements that you submit through the
proxy. Thus, only enable this setting when needed for debugging, and only when you have security
measures in place to safeguard any sensitive information that appears in the logs.ModifyDbProxyRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services Secrets Manager.
roleArn - The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web
Services Secrets Manager.ModifyDbProxyRequest.Builder securityGroups(Collection<String> securityGroups)
The new list of security groups for the DBProxy.
securityGroups - The new list of security groups for the DBProxy.ModifyDbProxyRequest.Builder securityGroups(String... securityGroups)
The new list of security groups for the DBProxy.
securityGroups - The new list of security groups for the DBProxy.ModifyDbProxyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyDbProxyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.