public class AuthorizeClusterSecurityGroupIngressRequest extends AmazonWebServiceRequest implements java.io.Serializable
AuthorizeClusterSecurityGroupIngress operation.
Adds an inbound (ingress) rule to an Amazon Redshift security group. Depending on whether the application accessing your cluster is running on the Internet or an EC2 instance, you can authorize inbound access to either a Classless Interdomain Routing (CIDR) IP address range or an EC2 security group. You can add as many as 20 ingress rules to an Amazon Redshift security group.
NOTE: The EC2 security group must be defined in the AWS region where the cluster resides.
For an overview of CIDR blocks, see the Wikipedia article on Classless Inter-Domain Routing .
You must also associate the security group with a cluster so that clients running on these IP addresses or the EC2 instance are authorized to connect to the cluster. For information about managing security groups, go to Working with Security Groups in the Amazon Redshift Management Guide .
| コンストラクタと説明 |
|---|
AuthorizeClusterSecurityGroupIngressRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCIDRIP()
The IP range to be added the Amazon Redshift security group.
|
java.lang.String |
getClusterSecurityGroupName()
The name of the security group to which the ingress rule is added.
|
java.lang.String |
getEC2SecurityGroupName()
The EC2 security group to be added the Amazon Redshift security group.
|
java.lang.String |
getEC2SecurityGroupOwnerId()
The AWS account number of the owner of the security group specified by
the EC2SecurityGroupName parameter.
|
int |
hashCode() |
void |
setCIDRIP(java.lang.String cIDRIP)
The IP range to be added the Amazon Redshift security group.
|
void |
setClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the security group to which the ingress rule is added.
|
void |
setEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
The EC2 security group to be added the Amazon Redshift security group.
|
void |
setEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified by
the EC2SecurityGroupName parameter.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AuthorizeClusterSecurityGroupIngressRequest |
withCIDRIP(java.lang.String cIDRIP)
The IP range to be added the Amazon Redshift security group.
|
AuthorizeClusterSecurityGroupIngressRequest |
withClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the security group to which the ingress rule is added.
|
AuthorizeClusterSecurityGroupIngressRequest |
withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
The EC2 security group to be added the Amazon Redshift security group.
|
AuthorizeClusterSecurityGroupIngressRequest |
withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified by
the EC2SecurityGroupName parameter.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic AuthorizeClusterSecurityGroupIngressRequest()
public java.lang.String getClusterSecurityGroupName()
public void setClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
clusterSecurityGroupName - The name of the security group to which the ingress rule is added.public AuthorizeClusterSecurityGroupIngressRequest 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 to which the ingress rule is added.public java.lang.String getCIDRIP()
public void setCIDRIP(java.lang.String cIDRIP)
cIDRIP - The IP range to be added the Amazon Redshift security group.public AuthorizeClusterSecurityGroupIngressRequest withCIDRIP(java.lang.String cIDRIP)
Returns a reference to this object so that method calls can be chained together.
cIDRIP - The IP range to be added the Amazon Redshift security group.public java.lang.String getEC2SecurityGroupName()
public void setEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
eC2SecurityGroupName - The EC2 security group to be added the Amazon Redshift security group.public AuthorizeClusterSecurityGroupIngressRequest withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroupName - The EC2 security group to be added the Amazon Redshift security group.public java.lang.String getEC2SecurityGroupOwnerId()
Example: 111122223333
Example: 111122223333
public void setEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
Example: 111122223333
eC2SecurityGroupOwnerId - The AWS account number of the owner of the security group specified by
the EC2SecurityGroupName parameter. The AWS Access Key ID is
not an acceptable value. Example: 111122223333
public AuthorizeClusterSecurityGroupIngressRequest withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
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 by
the EC2SecurityGroupName parameter. The AWS Access Key ID is
not an acceptable value. Example: 111122223333
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object