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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AuthorizeDBSecurityGroupIngressRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.AuthorizeDBSecurityGroupIngressRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.