Cloneable
, ReadLimitInfo
, ToCopyableBuilder<RevokeDBSecurityGroupIngressRequest.Builder,RevokeDBSecurityGroupIngressRequest>
@Generated("software.amazon.awssdk:codegen") public class RevokeDBSecurityGroupIngressRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RevokeDBSecurityGroupIngressRequest.Builder,RevokeDBSecurityGroupIngressRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
RevokeDBSecurityGroupIngressRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
static Class<? extends RevokeDBSecurityGroupIngressRequest.Builder> |
serializableBuilderClass() |
|
RevokeDBSecurityGroupIngressRequest.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, withSdkClientExecutionTimeout
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
cannot be provided.
CIDRIP
is specified,
EC2SecurityGroupName
, EC2SecurityGroupId
and
EC2SecurityGroupOwnerId
cannot 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RevokeDBSecurityGroupIngressRequest.Builder,RevokeDBSecurityGroupIngressRequest>
public static RevokeDBSecurityGroupIngressRequest.Builder builder()
public static Class<? extends RevokeDBSecurityGroupIngressRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.