Interface ModifyDbProxyRequest.Builder

    • Method Detail

      • dbProxyName

        ModifyDbProxyRequest.Builder dbProxyName​(String dbProxyName)

        The identifier for the DBProxy to modify.

        Parameters:
        dbProxyName - The identifier for the DBProxy to modify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • newDBProxyName

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • auth

        ModifyDbProxyRequest.Builder auth​(Collection<UserAuthConfig> auth)

        The new authentication settings for the DBProxy.

        Parameters:
        auth - The new authentication settings for the DBProxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • auth

        ModifyDbProxyRequest.Builder auth​(UserAuthConfig... auth)

        The new authentication settings for the DBProxy.

        Parameters:
        auth - The new authentication settings for the DBProxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requireTLS

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • idleClientTimeout

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • debugLogging

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        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.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services Secrets Manager.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        ModifyDbProxyRequest.Builder securityGroups​(Collection<String> securityGroups)

        The new list of security groups for the DBProxy.

        Parameters:
        securityGroups - The new list of security groups for the DBProxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        ModifyDbProxyRequest.Builder securityGroups​(String... securityGroups)

        The new list of security groups for the DBProxy.

        Parameters:
        securityGroups - The new list of security groups for the DBProxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.