public static interface AwsEc2SecurityGroupUserIdGroupPair.Builder extends SdkPojo, CopyableBuilder<AwsEc2SecurityGroupUserIdGroupPair.Builder,AwsEc2SecurityGroupUserIdGroupPair>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2SecurityGroupUserIdGroupPair.Builder |
groupId(String groupId)
The ID of the security group.
|
AwsEc2SecurityGroupUserIdGroupPair.Builder |
groupName(String groupName)
The name of the security group.
|
AwsEc2SecurityGroupUserIdGroupPair.Builder |
peeringStatus(String peeringStatus)
The status of a VPC peering connection, if applicable.
|
AwsEc2SecurityGroupUserIdGroupPair.Builder |
userId(String userId)
The ID of an Amazon Web Services account.
|
AwsEc2SecurityGroupUserIdGroupPair.Builder |
vpcId(String vpcId)
The ID of the VPC for the referenced security group, if applicable.
|
AwsEc2SecurityGroupUserIdGroupPair.Builder |
vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection, if applicable.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2SecurityGroupUserIdGroupPair.Builder groupId(String groupId)
The ID of the security group.
groupId - The ID of the security group.AwsEc2SecurityGroupUserIdGroupPair.Builder groupName(String groupName)
The name of the security group.
groupName - The name of the security group.AwsEc2SecurityGroupUserIdGroupPair.Builder peeringStatus(String peeringStatus)
The status of a VPC peering connection, if applicable.
peeringStatus - The status of a VPC peering connection, if applicable.AwsEc2SecurityGroupUserIdGroupPair.Builder userId(String userId)
The ID of an Amazon Web Services account.
For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.
[EC2-Classic] Required when adding or removing rules that reference a security group in another VPC.
userId - The ID of an Amazon Web Services account.
For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.
[EC2-Classic] Required when adding or removing rules that reference a security group in another VPC.
AwsEc2SecurityGroupUserIdGroupPair.Builder vpcId(String vpcId)
The ID of the VPC for the referenced security group, if applicable.
vpcId - The ID of the VPC for the referenced security group, if applicable.AwsEc2SecurityGroupUserIdGroupPair.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection, if applicable.
vpcPeeringConnectionId - The ID of the VPC peering connection, if applicable.Copyright © 2023. All rights reserved.