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

Class RevokeClusterSecurityGroupIngressRequest

    • Constructor Detail

      • RevokeClusterSecurityGroupIngressRequest

        public RevokeClusterSecurityGroupIngressRequest()
    • Method Detail

      • setClusterSecurityGroupName

        public void setClusterSecurityGroupName(String clusterSecurityGroupName)

        The name of the security Group from which to revoke the ingress rule.

        Parameters:
        clusterSecurityGroupName - The name of the security Group from which to revoke the ingress rule.
      • getClusterSecurityGroupName

        public String getClusterSecurityGroupName()

        The name of the security Group from which to revoke the ingress rule.

        Returns:
        The name of the security Group from which to revoke the ingress rule.
      • withClusterSecurityGroupName

        public RevokeClusterSecurityGroupIngressRequest withClusterSecurityGroupName(String clusterSecurityGroupName)

        The name of the security Group from which to revoke the ingress rule.

        Parameters:
        clusterSecurityGroupName - The name of the security Group from which to revoke the ingress rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCIDRIP

        public void setCIDRIP(String cIDRIP)

        The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

        Parameters:
        cIDRIP - The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.
      • getCIDRIP

        public String getCIDRIP()

        The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

        Returns:
        The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.
      • withCIDRIP

        public RevokeClusterSecurityGroupIngressRequest withCIDRIP(String cIDRIP)

        The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.

        Parameters:
        cIDRIP - The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP is specified, EC2SecurityGroupName and EC2SecurityGroupOwnerId cannot be provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEC2SecurityGroupName

        public void setEC2SecurityGroupName(String eC2SecurityGroupName)

        The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

        Parameters:
        eC2SecurityGroupName - The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.
      • getEC2SecurityGroupName

        public String getEC2SecurityGroupName()

        The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

        Returns:
        The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.
      • withEC2SecurityGroupName

        public RevokeClusterSecurityGroupIngressRequest withEC2SecurityGroupName(String eC2SecurityGroupName)

        The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.

        Parameters:
        eC2SecurityGroupName - The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName is specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEC2SecurityGroupOwnerId

        public void setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)

        The Amazon Web Services account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

        Example: 111122223333

        Parameters:
        eC2SecurityGroupOwnerId - The Amazon Web Services account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

        Example: 111122223333

      • getEC2SecurityGroupOwnerId

        public String getEC2SecurityGroupOwnerId()

        The Amazon Web Services account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

        Example: 111122223333

        Returns:
        The Amazon Web Services account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

        Example: 111122223333

      • withEC2SecurityGroupOwnerId

        public RevokeClusterSecurityGroupIngressRequest withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)

        The Amazon Web Services account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

        Example: 111122223333

        Parameters:
        eC2SecurityGroupOwnerId - The Amazon Web Services account number of the owner of the security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID is not an acceptable value. If EC2SecurityGroupOwnerId is specified, EC2SecurityGroupName must also be provided. and CIDRIP cannot be provided.

        Example: 111122223333

        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 によって変換されたページ (->オリジナル) /