Class AuthorizeClusterSecurityGroupIngressRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The IP range to be added the Amazon Redshift security group.The name of the security group to which the ingress rule is added.The EC2 security group to be added the Amazon Redshift security group.The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter.int
hashCode()
void
The IP range to be added the Amazon Redshift security group.void
setClusterSecurityGroupName
(String clusterSecurityGroupName) The name of the security group to which the ingress rule is added.void
setEC2SecurityGroupName
(String eC2SecurityGroupName) The EC2 security group to be added the Amazon Redshift security group.void
setEC2SecurityGroupOwnerId
(String eC2SecurityGroupOwnerId) The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter.toString()
Returns a string representation of this object; useful for testing and debugging.withCIDRIP
(String cIDRIP) The IP range to be added the Amazon Redshift security group.withClusterSecurityGroupName
(String clusterSecurityGroupName) The name of the security group to which the ingress rule is added.withEC2SecurityGroupName
(String eC2SecurityGroupName) The EC2 security group to be added the Amazon Redshift security group.withEC2SecurityGroupOwnerId
(String eC2SecurityGroupOwnerId) The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
AuthorizeClusterSecurityGroupIngressRequest
public AuthorizeClusterSecurityGroupIngressRequest()
-
-
Method Details
-
setClusterSecurityGroupName
The name of the security group to which the ingress rule is added.
- Parameters:
clusterSecurityGroupName
- The name of the security group to which the ingress rule is added.
-
getClusterSecurityGroupName
The name of the security group to which the ingress rule is added.
- Returns:
- The name of the security group to which the ingress rule is added.
-
withClusterSecurityGroupName
public AuthorizeClusterSecurityGroupIngressRequest withClusterSecurityGroupName(String clusterSecurityGroupName) The name of the security group to which the ingress rule is added.
- Parameters:
clusterSecurityGroupName
- The name of the security group to which the ingress rule is added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCIDRIP
The IP range to be added the Amazon Redshift security group.
- Parameters:
cIDRIP
- The IP range to be added the Amazon Redshift security group.
-
getCIDRIP
The IP range to be added the Amazon Redshift security group.
- Returns:
- The IP range to be added the Amazon Redshift security group.
-
withCIDRIP
The IP range to be added the Amazon Redshift security group.
- Parameters:
cIDRIP
- The IP range to be added the Amazon Redshift security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEC2SecurityGroupName
The EC2 security group to be added the Amazon Redshift security group.
- Parameters:
eC2SecurityGroupName
- The EC2 security group to be added the Amazon Redshift security group.
-
getEC2SecurityGroupName
The EC2 security group to be added the Amazon Redshift security group.
- Returns:
- The EC2 security group to be added the Amazon Redshift security group.
-
withEC2SecurityGroupName
public AuthorizeClusterSecurityGroupIngressRequest withEC2SecurityGroupName(String eC2SecurityGroupName) The EC2 security group to be added the Amazon Redshift security group.
- Parameters:
eC2SecurityGroupName
- The EC2 security group to be added the Amazon Redshift security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEC2SecurityGroupOwnerId
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
- Parameters:
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
-
getEC2SecurityGroupOwnerId
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
- Returns:
- 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
-
withEC2SecurityGroupOwnerId
public AuthorizeClusterSecurityGroupIngressRequest withEC2SecurityGroupOwnerId(String 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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-