public static interface VpcSecurityGroupMembership.Builder extends SdkPojo, CopyableBuilder<VpcSecurityGroupMembership.Builder,VpcSecurityGroupMembership>
Modifier and Type | Method and Description |
---|---|
VpcSecurityGroupMembership.Builder |
status(String status)
The membership status of the VPC security group.
|
VpcSecurityGroupMembership.Builder |
vpcSecurityGroupId(String vpcSecurityGroupId)
The name of the VPC security group.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VpcSecurityGroupMembership.Builder vpcSecurityGroupId(String vpcSecurityGroupId)
The name of the VPC security group.
vpcSecurityGroupId
- The name of the VPC security group.VpcSecurityGroupMembership.Builder status(String status)
The membership status of the VPC security group.
Currently, the only valid status is active
.
status
- The membership status of the VPC security group.
Currently, the only valid status is active
.
Copyright © 2023. All rights reserved.