@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 Amazon Web Services 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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbSecurityGroupName()
The name of the DB security group to revoke ingress from.
public final 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 final 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 final 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 final String ec2SecurityGroupOwnerId()
The Amazon Web Services account number of the owner of the EC2 security group specified in the
EC2SecurityGroupName parameter. The Amazon Web Services access key ID isn't 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 Amazon Web Services access key ID isn't 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 RdsRequestpublic static RevokeDbSecurityGroupIngressRequest.Builder builder()
public static Class<? extends RevokeDbSecurityGroupIngressRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.