Interface ReferencedSecurityGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReferencedSecurityGroup.Builder,ReferencedSecurityGroup>,SdkBuilder<ReferencedSecurityGroup.Builder,ReferencedSecurityGroup>,SdkPojo
- Enclosing class:
- ReferencedSecurityGroup
public static interface ReferencedSecurityGroup.Builder extends SdkPojo, CopyableBuilder<ReferencedSecurityGroup.Builder,ReferencedSecurityGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferencedSecurityGroup.BuildergroupId(String groupId)The ID of the security group.ReferencedSecurityGroup.BuilderpeeringStatus(String peeringStatus)The status of a VPC peering connection, if applicable.ReferencedSecurityGroup.BuilderuserId(String userId)The Amazon Web Services account ID.ReferencedSecurityGroup.BuildervpcId(String vpcId)The ID of the VPC.ReferencedSecurityGroup.BuildervpcPeeringConnectionId(String vpcPeeringConnectionId)The ID of the VPC peering connection (if applicable).-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
groupId
ReferencedSecurityGroup.Builder groupId(String groupId)
The ID of the security group.
- Parameters:
groupId- The ID of the security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
peeringStatus
ReferencedSecurityGroup.Builder peeringStatus(String peeringStatus)
The status of a VPC peering connection, if applicable.
- Parameters:
peeringStatus- The status of a VPC peering connection, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
ReferencedSecurityGroup.Builder userId(String userId)
The Amazon Web Services account ID.
- Parameters:
userId- The Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
ReferencedSecurityGroup.Builder vpcId(String vpcId)
The ID of the VPC.
- Parameters:
vpcId- The ID of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcPeeringConnectionId
ReferencedSecurityGroup.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection (if applicable).
- Parameters:
vpcPeeringConnectionId- The ID of the VPC peering connection (if applicable).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-