public static interface AuthorizeDbSecurityGroupIngressRequest.Builder extends RdsRequest.Builder, CopyableBuilder<AuthorizeDbSecurityGroupIngressRequest.Builder,AuthorizeDbSecurityGroupIngressRequest>
Modifier and Type | Method and Description |
---|---|
AuthorizeDbSecurityGroupIngressRequest.Builder |
cidrip(String cidrip)
The IP range to authorize.
|
AuthorizeDbSecurityGroupIngressRequest.Builder |
dbSecurityGroupName(String dbSecurityGroupName)
The name of the DB security group to add authorization to.
|
AuthorizeDbSecurityGroupIngressRequest.Builder |
ec2SecurityGroupId(String ec2SecurityGroupId)
Id of the EC2 security group to authorize.
|
AuthorizeDbSecurityGroupIngressRequest.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName)
Name of the EC2 security group to authorize.
|
AuthorizeDbSecurityGroupIngressRequest.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
AWS account number of the owner of the EC2 security group specified in the
EC2SecurityGroupName
parameter. |
AuthorizeDbSecurityGroupIngressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AuthorizeDbSecurityGroupIngressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
AuthorizeDbSecurityGroupIngressRequest.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)
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
- 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.AuthorizeDbSecurityGroupIngressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AuthorizeDbSecurityGroupIngressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.