CopyableBuilder<RevokeDBSecurityGroupIngressRequest.Builder,RevokeDBSecurityGroupIngressRequest>
, SdkBuilder<RevokeDBSecurityGroupIngressRequest.Builder,RevokeDBSecurityGroupIngressRequest>
public static interface RevokeDBSecurityGroupIngressRequest.Builder extends CopyableBuilder<RevokeDBSecurityGroupIngressRequest.Builder,RevokeDBSecurityGroupIngressRequest>
Modifier and Type | Method | Description |
---|---|---|
RevokeDBSecurityGroupIngressRequest.Builder |
cidrip(String cidrip) |
The IP range to revoke access from.
|
RevokeDBSecurityGroupIngressRequest.Builder |
dbSecurityGroupName(String dbSecurityGroupName) |
The name of the DB security group to revoke ingress from.
|
RevokeDBSecurityGroupIngressRequest.Builder |
ec2SecurityGroupId(String ec2SecurityGroupId) |
The id of the EC2 security group to revoke access from.
|
RevokeDBSecurityGroupIngressRequest.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName) |
The name of the EC2 security group to revoke access from.
|
RevokeDBSecurityGroupIngressRequest.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId) |
The AWS Account Number of the owner of the EC2 security group specified in the
EC2SecurityGroupName parameter. |
copy
apply, build
RevokeDBSecurityGroupIngressRequest.Builder dbSecurityGroupName(String dbSecurityGroupName)
The name of the DB security group to revoke ingress from.
dbSecurityGroupName
- The name of the DB security group to revoke ingress from.RevokeDBSecurityGroupIngressRequest.Builder cidrip(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
- The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP
is specified,
EC2SecurityGroupName
, EC2SecurityGroupId
and
EC2SecurityGroupOwnerId
cannot be provided.RevokeDBSecurityGroupIngressRequest.Builder ec2SecurityGroupName(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.
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.RevokeDBSecurityGroupIngressRequest.Builder ec2SecurityGroupId(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
- 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.RevokeDBSecurityGroupIngressRequest.Builder ec2SecurityGroupOwnerId(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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.