Interface AwsEc2NetworkAclAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>,SdkBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>,SdkPojo
- Enclosing class:
- AwsEc2NetworkAclAssociation
public static interface AwsEc2NetworkAclAssociation.Builder extends SdkPojo, CopyableBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEc2NetworkAclAssociation.BuildernetworkAclAssociationId(String networkAclAssociationId)The identifier of the association between the network ACL and the subnet.AwsEc2NetworkAclAssociation.BuildernetworkAclId(String networkAclId)The identifier of the network ACL.AwsEc2NetworkAclAssociation.BuildersubnetId(String subnetId)The identifier of the subnet that is associated with the network ACL.-
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
-
networkAclAssociationId
AwsEc2NetworkAclAssociation.Builder networkAclAssociationId(String networkAclAssociationId)
The identifier of the association between the network ACL and the subnet.
- Parameters:
networkAclAssociationId- The identifier of the association between the network ACL and the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkAclId
AwsEc2NetworkAclAssociation.Builder networkAclId(String networkAclId)
The identifier of the network ACL.
- Parameters:
networkAclId- The identifier of the network ACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetId
AwsEc2NetworkAclAssociation.Builder subnetId(String subnetId)
The identifier of the subnet that is associated with the network ACL.
- Parameters:
subnetId- The identifier of the subnet that is associated with the network ACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-