public static interface AwsRdsDbSecurityGroupEc2SecurityGroup.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbSecurityGroupEc2SecurityGroup.Builder,AwsRdsDbSecurityGroupEc2SecurityGroup>
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbSecurityGroupEc2SecurityGroup.Builder |
ec2SecurityGroupId(String ec2SecurityGroupId)
Specifies the ID for the EC2 security group.
|
AwsRdsDbSecurityGroupEc2SecurityGroup.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName)
Specifies the name of the EC2 security group.
|
AwsRdsDbSecurityGroupEc2SecurityGroup.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
Provides the Amazon Web Services ID of the owner of the EC2 security group.
|
AwsRdsDbSecurityGroupEc2SecurityGroup.Builder |
status(String status)
Provides the status of the EC2 security group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRdsDbSecurityGroupEc2SecurityGroup.Builder ec2SecurityGroupId(String ec2SecurityGroupId)
Specifies the ID for the EC2 security group.
ec2SecurityGroupId - Specifies the ID for the EC2 security group.AwsRdsDbSecurityGroupEc2SecurityGroup.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
Specifies the name of the EC2 security group.
ec2SecurityGroupName - Specifies the name of the EC2 security group.AwsRdsDbSecurityGroupEc2SecurityGroup.Builder ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
Provides the Amazon Web Services ID of the owner of the EC2 security group.
ec2SecurityGroupOwnerId - Provides the Amazon Web Services ID of the owner of the EC2 security group.AwsRdsDbSecurityGroupEc2SecurityGroup.Builder status(String status)
Provides the status of the EC2 security group.
status - Provides the status of the EC2 security group.Copyright © 2023. All rights reserved.