|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.redshift.model.RevokeClusterSecurityGroupIngressRequest
public class RevokeClusterSecurityGroupIngressRequest
Container for the parameters to the RevokeClusterSecurityGroupIngress operation.
Revokes an ingress rule in an Amazon Redshift security group for a previously authorized IP range or Amazon EC2 security group. To add an ingress rule, see AuthorizeClusterSecurityGroupIngress. For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Management Guide .
AmazonRedshift.revokeClusterSecurityGroupIngress(RevokeClusterSecurityGroupIngressRequest),
Serialized Form| Constructor Summary | |
|---|---|
RevokeClusterSecurityGroupIngressRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCIDRIP()
The IP range for which to revoke access. |
java.lang.String |
getClusterSecurityGroupName()
The name of the security Group from which to revoke the ingress rule. |
java.lang.String |
getEC2SecurityGroupName()
The name of the EC2 Security Group whose access is to be revoked. |
java.lang.String |
getEC2SecurityGroupOwnerId()
The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. |
int |
hashCode()
|
void |
setCIDRIP(java.lang.String cIDRIP)
The IP range for which to revoke access. |
void |
setClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the security Group from which to revoke the ingress rule. |
void |
setEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
The name of the EC2 Security Group whose access is to be revoked. |
void |
setEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RevokeClusterSecurityGroupIngressRequest |
withCIDRIP(java.lang.String cIDRIP)
The IP range for which to revoke access. |
RevokeClusterSecurityGroupIngressRequest |
withClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the security Group from which to revoke the ingress rule. |
RevokeClusterSecurityGroupIngressRequest |
withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
The name of the EC2 Security Group whose access is to be revoked. |
RevokeClusterSecurityGroupIngressRequest |
withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified in the EC2SecurityGroupName parameter. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RevokeClusterSecurityGroupIngressRequest()
| Method Detail |
|---|
public java.lang.String getClusterSecurityGroupName()
public void setClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
clusterSecurityGroupName - The name of the security Group from which to revoke the ingress rule.public RevokeClusterSecurityGroupIngressRequest withClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
clusterSecurityGroupName - The name of the security Group from which to revoke the ingress rule.
public java.lang.String getCIDRIP()
CIDRIP is specified, EC2SecurityGroupName
and EC2SecurityGroupOwnerId cannot be provided.
CIDRIP is specified, EC2SecurityGroupName
and EC2SecurityGroupOwnerId cannot be provided.public void setCIDRIP(java.lang.String cIDRIP)
CIDRIP is specified, EC2SecurityGroupName
and EC2SecurityGroupOwnerId cannot be provided.
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.public RevokeClusterSecurityGroupIngressRequest withCIDRIP(java.lang.String cIDRIP)
CIDRIP is specified, EC2SecurityGroupName
and EC2SecurityGroupOwnerId cannot be provided.
Returns a reference to this object so that method calls can be chained together.
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.
public java.lang.String getEC2SecurityGroupName()
EC2SecurityGroupName is specified,
EC2SecurityGroupOwnerId must also be provided and
CIDRIP cannot be provided.
EC2SecurityGroupName is specified,
EC2SecurityGroupOwnerId must also be provided and
CIDRIP cannot be provided.public void setEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
EC2SecurityGroupName is specified,
EC2SecurityGroupOwnerId must also be provided and
CIDRIP cannot be provided.
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.public RevokeClusterSecurityGroupIngressRequest withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
EC2SecurityGroupName is specified,
EC2SecurityGroupOwnerId must also be provided and
CIDRIP cannot be provided.
Returns a reference to this object so that method calls can be chained together.
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.
public java.lang.String getEC2SecurityGroupOwnerId()
EC2SecurityGroupName parameter. The AWS access key ID
is not an acceptable value. If EC2SecurityGroupOwnerId is
specified, EC2SecurityGroupName must also be provided.
and CIDRIP cannot be provided. Example:
111122223333
EC2SecurityGroupName parameter. The AWS access key ID
is not an acceptable value. If EC2SecurityGroupOwnerId is
specified, EC2SecurityGroupName must also be provided.
and CIDRIP cannot be provided. Example:
111122223333
public void setEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
EC2SecurityGroupName parameter. The AWS access key ID
is not an acceptable value. If EC2SecurityGroupOwnerId is
specified, EC2SecurityGroupName must also be provided.
and CIDRIP cannot be provided. Example:
111122223333
eC2SecurityGroupOwnerId - The AWS account number of the owner of the security group specified in
the EC2SecurityGroupName parameter. The AWS access key ID
is not an acceptable value. If EC2SecurityGroupOwnerId is
specified, EC2SecurityGroupName must also be provided.
and CIDRIP cannot be provided. Example:
111122223333
public RevokeClusterSecurityGroupIngressRequest withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
EC2SecurityGroupName parameter. The AWS 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 a reference to this object so that method calls can be chained together.
eC2SecurityGroupOwnerId - The AWS account number of the owner of the security group specified in
the EC2SecurityGroupName parameter. The AWS access key ID
is not an acceptable value. If EC2SecurityGroupOwnerId is
specified, EC2SecurityGroupName must also be provided.
and CIDRIP cannot be provided. Example:
111122223333
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||