public static interface RevokeDbSecurityGroupIngressRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<RevokeDbSecurityGroupIngressRequest.Builder,RevokeDbSecurityGroupIngressRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRevokeDbSecurityGroupIngressRequest.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
can't be provided.
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.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 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.
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.RevokeDbSecurityGroupIngressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRevokeDbSecurityGroupIngressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.