Interface SecurityGroupVpcAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SecurityGroupVpcAssociation.Builder,
,SecurityGroupVpcAssociation> SdkBuilder<SecurityGroupVpcAssociation.Builder,
,SecurityGroupVpcAssociation> SdkPojo
- Enclosing class:
SecurityGroupVpcAssociation
@Mutable
@NotThreadSafe
public static interface SecurityGroupVpcAssociation.Builder
extends SdkPojo, CopyableBuilder<SecurityGroupVpcAssociation.Builder,SecurityGroupVpcAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionThe association's security group ID.groupOwnerId
(String groupOwnerId) The Amazon Web Services account ID of the owner of the security group.The association's state.The association's state.stateReason
(String stateReason) The association's state reason.The association's VPC ID.vpcOwnerId
(String vpcOwnerId) The Amazon Web Services account ID of the owner of the VPC.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 Details
-
groupId
The association's security group ID.
- Parameters:
groupId
- The association's security group ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The association's VPC ID.
- Parameters:
vpcId
- The association's VPC ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcOwnerId
The Amazon Web Services account ID of the owner of the VPC.
- Parameters:
vpcOwnerId
- The Amazon Web Services account ID of the owner of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The association's state.
- Parameters:
state
- The association's state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The association's state.
- Parameters:
state
- The association's state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stateReason
The association's state reason.
- Parameters:
stateReason
- The association's state reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupOwnerId
The Amazon Web Services account ID of the owner of the security group.
- Parameters:
groupOwnerId
- The Amazon Web Services account ID of the owner of the security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-