Cloneable, ReadLimitInfo, ToCopyableBuilder<RevokeClusterSecurityGroupIngressRequest.Builder,RevokeClusterSecurityGroupIngressRequest>@Generated("software.amazon.awssdk:codegen") public class RevokeClusterSecurityGroupIngressRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RevokeClusterSecurityGroupIngressRequest.Builder,RevokeClusterSecurityGroupIngressRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
RevokeClusterSecurityGroupIngressRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static RevokeClusterSecurityGroupIngressRequest.Builder |
builder() |
|
String |
cidrip() |
The IP range for which to revoke access.
|
String |
clusterSecurityGroupName() |
The name of the security Group from which to revoke the ingress rule.
|
String |
ec2SecurityGroupName() |
The name of the EC2 Security Group whose access is to be revoked.
|
String |
ec2SecurityGroupOwnerId() |
The AWS account number of the owner of the security group specified in the
EC2SecurityGroupName
parameter. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends RevokeClusterSecurityGroupIngressRequest.Builder> |
serializableBuilderClass() |
|
RevokeClusterSecurityGroupIngressRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String clusterSecurityGroupName()
The name of the security Group from which to revoke the ingress rule.
public 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.
CIDRIP is specified, EC2SecurityGroupName and
EC2SecurityGroupOwnerId cannot be provided.public 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.
EC2SecurityGroupName is
specified, EC2SecurityGroupOwnerId must also be provided and CIDRIP cannot be
provided.public String 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
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.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RevokeClusterSecurityGroupIngressRequest.Builder,RevokeClusterSecurityGroupIngressRequest>public static RevokeClusterSecurityGroupIngressRequest.Builder builder()
public static Class<? extends RevokeClusterSecurityGroupIngressRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.