JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.rds.model

Class ModifyDBProxyEndpointRequest

    • Constructor Detail

      • ModifyDBProxyEndpointRequest

        public ModifyDBProxyEndpointRequest()
    • Method Detail

      • setDBProxyEndpointName

        public void setDBProxyEndpointName(String dBProxyEndpointName)

        The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.

        Parameters:
        dBProxyEndpointName - The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.
      • getDBProxyEndpointName

        public String getDBProxyEndpointName()

        The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.

        Returns:
        The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.
      • withDBProxyEndpointName

        public ModifyDBProxyEndpointRequest withDBProxyEndpointName(String dBProxyEndpointName)

        The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.

        Parameters:
        dBProxyEndpointName - The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNewDBProxyEndpointName

        public void setNewDBProxyEndpointName(String newDBProxyEndpointName)

        The new identifier for the DBProxyEndpoint. 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:
        newDBProxyEndpointName - The new identifier for the DBProxyEndpoint. 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.
      • getNewDBProxyEndpointName

        public String getNewDBProxyEndpointName()

        The new identifier for the DBProxyEndpoint. 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:
        The new identifier for the DBProxyEndpoint. 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.
      • withNewDBProxyEndpointName

        public ModifyDBProxyEndpointRequest withNewDBProxyEndpointName(String newDBProxyEndpointName)

        The new identifier for the DBProxyEndpoint. 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:
        newDBProxyEndpointName - The new identifier for the DBProxyEndpoint. 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.
      • getVpcSecurityGroupIds

        public List<String> getVpcSecurityGroupIds()

        The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.

        Returns:
        The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.
      • setVpcSecurityGroupIds

        public void setVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)

        The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.

        Parameters:
        vpcSecurityGroupIds - The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.
      • withVpcSecurityGroupIds

        public ModifyDBProxyEndpointRequest withVpcSecurityGroupIds(String... vpcSecurityGroupIds)

        The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.

        NOTE: This method appends the values to the existing list (if any). Use setVpcSecurityGroupIds(java.util.Collection) or withVpcSecurityGroupIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        vpcSecurityGroupIds - The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withVpcSecurityGroupIds

        public ModifyDBProxyEndpointRequest withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)

        The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.

        Parameters:
        vpcSecurityGroupIds - The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /