public static interface AuthorizeDbSecurityGroupIngressRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<AuthorizeDbSecurityGroupIngressRequest.Builder,AuthorizeDbSecurityGroupIngressRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizeDbSecurityGroupIngressRequest.Builder dbSecurityGroupName(String dbSecurityGroupName)
The name of the DB security group to add authorization to.
dbSecurityGroupName - The name of the DB security group to add authorization to.AuthorizeDbSecurityGroupIngressRequest.Builder cidrip(String cidrip)
The IP range to authorize.
cidrip - The IP range to authorize.AuthorizeDbSecurityGroupIngressRequest.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
Name of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must
be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or
EC2SecurityGroupId must be provided.
ec2SecurityGroupName - Name of the EC2 security group to authorize. For VPC DB security groups,
EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and
either EC2SecurityGroupName or EC2SecurityGroupId must be provided.AuthorizeDbSecurityGroupIngressRequest.Builder ec2SecurityGroupId(String ec2SecurityGroupId)
Id of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must
be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or
EC2SecurityGroupId must be provided.
ec2SecurityGroupId - Id of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName or EC2SecurityGroupId must be provided.AuthorizeDbSecurityGroupIngressRequest.Builder ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
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 - 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.AuthorizeDbSecurityGroupIngressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAuthorizeDbSecurityGroupIngressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.