| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static UserIdGroupPair.Builder |
UserIdGroupPair.builder() |
UserIdGroupPair.Builder |
UserIdGroupPair.Builder.description(String description)
A description for the security group rule that references this user ID group pair.
|
UserIdGroupPair.Builder |
UserIdGroupPair.Builder.groupId(String groupId)
The ID of the security group.
|
UserIdGroupPair.Builder |
UserIdGroupPair.Builder.groupName(String groupName)
The name of the security group.
|
UserIdGroupPair.Builder |
UserIdGroupPair.Builder.peeringStatus(String peeringStatus)
The status of a VPC peering connection, if applicable.
|
UserIdGroupPair.Builder |
UserIdGroupPair.toBuilder() |
UserIdGroupPair.Builder |
UserIdGroupPair.Builder.userId(String userId)
The ID of an Amazon Web Services account.
|
UserIdGroupPair.Builder |
UserIdGroupPair.Builder.vpcId(String vpcId)
The ID of the VPC for the referenced security group, if applicable.
|
UserIdGroupPair.Builder |
UserIdGroupPair.Builder.vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserIdGroupPair.Builder> |
UserIdGroupPair.serializableBuilderClass() |
Copyright © 2022. All rights reserved.