Interface AwsRdsDbSecurityGroupEc2SecurityGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRdsDbSecurityGroupEc2SecurityGroup.Builder,AwsRdsDbSecurityGroupEc2SecurityGroup>,SdkBuilder<AwsRdsDbSecurityGroupEc2SecurityGroup.Builder,AwsRdsDbSecurityGroupEc2SecurityGroup>,SdkPojo
- Enclosing class:
- AwsRdsDbSecurityGroupEc2SecurityGroup
public static interface AwsRdsDbSecurityGroupEc2SecurityGroup.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbSecurityGroupEc2SecurityGroup.Builder,AwsRdsDbSecurityGroupEc2SecurityGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRdsDbSecurityGroupEc2SecurityGroup.Builderec2SecurityGroupId(String ec2SecurityGroupId)Specifies the ID for the EC2 security group.AwsRdsDbSecurityGroupEc2SecurityGroup.Builderec2SecurityGroupName(String ec2SecurityGroupName)Specifies the name of the EC2 security group.AwsRdsDbSecurityGroupEc2SecurityGroup.Builderec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)Provides the Amazon Web Services ID of the owner of the EC2 security group.AwsRdsDbSecurityGroupEc2SecurityGroup.Builderstatus(String status)Provides the status of the EC2 security group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ec2SecurityGroupId
AwsRdsDbSecurityGroupEc2SecurityGroup.Builder ec2SecurityGroupId(String ec2SecurityGroupId)
Specifies the ID for the EC2 security group.
- Parameters:
ec2SecurityGroupId- Specifies the ID for the EC2 security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ec2SecurityGroupName
AwsRdsDbSecurityGroupEc2SecurityGroup.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
Specifies the name of the EC2 security group.
- Parameters:
ec2SecurityGroupName- Specifies the name of the EC2 security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ec2SecurityGroupOwnerId
AwsRdsDbSecurityGroupEc2SecurityGroup.Builder ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
Provides the Amazon Web Services ID of the owner of the EC2 security group.
- Parameters:
ec2SecurityGroupOwnerId- Provides the Amazon Web Services ID of the owner of the EC2 security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AwsRdsDbSecurityGroupEc2SecurityGroup.Builder status(String status)
Provides the status of the EC2 security group.
- Parameters:
status- Provides the status of the EC2 security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-