JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.redshift.model

Class ModifyEndpointAccessRequest

    • Constructor Detail

      • ModifyEndpointAccessRequest

        public ModifyEndpointAccessRequest()
    • Method Detail

      • setEndpointName

        public void setEndpointName(String endpointName)

        The endpoint to be modified.

        Parameters:
        endpointName - The endpoint to be modified.
      • getEndpointName

        public String getEndpointName()

        The endpoint to be modified.

        Returns:
        The endpoint to be modified.
      • withEndpointName

        public ModifyEndpointAccessRequest withEndpointName(String endpointName)

        The endpoint to be modified.

        Parameters:
        endpointName - The endpoint to be modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getVpcSecurityGroupIds

        public List<String> getVpcSecurityGroupIds()

        The complete list of VPC security groups associated with the endpoint after the endpoint is modified.

        Returns:
        The complete list of VPC security groups associated with the endpoint after the endpoint is modified.
      • setVpcSecurityGroupIds

        public void setVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)

        The complete list of VPC security groups associated with the endpoint after the endpoint is modified.

        Parameters:
        vpcSecurityGroupIds - The complete list of VPC security groups associated with the endpoint after the endpoint is modified.
      • withVpcSecurityGroupIds

        public ModifyEndpointAccessRequest withVpcSecurityGroupIds(String... vpcSecurityGroupIds)

        The complete list of VPC security groups associated with the endpoint after the endpoint is modified.

        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 complete list of VPC security groups associated with the endpoint after the endpoint is modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withVpcSecurityGroupIds

        public ModifyEndpointAccessRequest withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)

        The complete list of VPC security groups associated with the endpoint after the endpoint is modified.

        Parameters:
        vpcSecurityGroupIds - The complete list of VPC security groups associated with the endpoint after the endpoint is modified.
        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 によって変換されたページ (->オリジナル) /