Interface AwsRdsDbInstanceVpcSecurityGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsRdsDbInstanceVpcSecurityGroup.Builder,
,AwsRdsDbInstanceVpcSecurityGroup> SdkBuilder<AwsRdsDbInstanceVpcSecurityGroup.Builder,
,AwsRdsDbInstanceVpcSecurityGroup> SdkPojo
- Enclosing class:
AwsRdsDbInstanceVpcSecurityGroup
public static interface AwsRdsDbInstanceVpcSecurityGroup.Builder
extends SdkPojo, CopyableBuilder<AwsRdsDbInstanceVpcSecurityGroup.Builder,AwsRdsDbInstanceVpcSecurityGroup>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the VPC security group.vpcSecurityGroupId
(String vpcSecurityGroupId) The name of the VPC 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 Details
-
vpcSecurityGroupId
The name of the VPC security group.
- Parameters:
vpcSecurityGroupId
- The name of the VPC security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the VPC security group.
- Parameters:
status
- The status of the VPC security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-