@Generated(value="software.amazon.awssdk:codegen") public final class RevokeClusterSecurityGroupIngressRequest extends RedshiftRequest implements ToCopyableBuilder<RevokeClusterSecurityGroupIngressRequest.Builder,RevokeClusterSecurityGroupIngressRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RevokeClusterSecurityGroupIngressRequest.Builder |
| Modifier and Type | Method and 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RevokeClusterSecurityGroupIngressRequest.Builder> |
serializableBuilderClass() |
RevokeClusterSecurityGroupIngressRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<RevokeClusterSecurityGroupIngressRequest.Builder,RevokeClusterSecurityGroupIngressRequest>toBuilder in class RedshiftRequestpublic static RevokeClusterSecurityGroupIngressRequest.Builder builder()
public static Class<? extends RevokeClusterSecurityGroupIngressRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.