@Generated(value="software.amazon.awssdk:codegen") public final class RevokeDbSecurityGroupIngressRequest extends RdsRequest implements ToCopyableBuilder<RevokeDbSecurityGroupIngressRequest.Builder,RevokeDbSecurityGroupIngressRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
RevokeDbSecurityGroupIngressRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static RevokeDbSecurityGroupIngressRequest.Builder |
builder() |
String |
cidrip()
The IP range to revoke access from.
|
String |
dbSecurityGroupName()
The name of the DB security group to revoke ingress from.
|
String |
ec2SecurityGroupId()
The id of the EC2 security group to revoke access from.
|
String |
ec2SecurityGroupName()
The name of the EC2 security group to revoke access from.
|
String |
ec2SecurityGroupOwnerId()
The AWS Account Number of the owner of the EC2 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 RevokeDbSecurityGroupIngressRequest.Builder> |
serializableBuilderClass() |
RevokeDbSecurityGroupIngressRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String dbSecurityGroupName()
The name of the DB security group to revoke ingress from.
public String cidrip()
The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP
is specified,
EC2SecurityGroupName
, EC2SecurityGroupId
and EC2SecurityGroupOwnerId
can't
be provided.
CIDRIP
is specified,
EC2SecurityGroupName
, EC2SecurityGroupId
and
EC2SecurityGroupOwnerId
can't be provided.public String ec2SecurityGroupName()
The name of the EC2 security group to revoke access from. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.public String ec2SecurityGroupId()
The id of the EC2 security group to revoke access from. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.public String ec2SecurityGroupOwnerId()
The AWS Account Number of the owner of the EC2 security group specified in the EC2SecurityGroupName
parameter. The AWS Access Key ID is not an acceptable value. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
EC2SecurityGroupName
parameter. The AWS Access Key ID is not an acceptable value. For VPC DB
security groups, EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and
either EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.public RevokeDbSecurityGroupIngressRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RevokeDbSecurityGroupIngressRequest.Builder,RevokeDbSecurityGroupIngressRequest>
toBuilder
in class RdsRequest
public static RevokeDbSecurityGroupIngressRequest.Builder builder()
public static Class<? extends RevokeDbSecurityGroupIngressRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.