pub struct Builder { /* private fields */ }
Expand description
A builder for AwsEc2NetworkAclAssociation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn network_acl_association_id(self, input: impl Into<String>) -> Self
pub fn network_acl_association_id(self, input: impl Into<String>) -> Self
The identifier of the association between the network ACL and the subnet.
sourcepub fn set_network_acl_association_id(self, input: Option<String>) -> Self
pub fn set_network_acl_association_id(self, input: Option<String>) -> Self
The identifier of the association between the network ACL and the subnet.
sourcepub fn network_acl_id(self, input: impl Into<String>) -> Self
pub fn network_acl_id(self, input: impl Into<String>) -> Self
The identifier of the network ACL.
sourcepub fn set_network_acl_id(self, input: Option<String>) -> Self
pub fn set_network_acl_id(self, input: Option<String>) -> Self
The identifier of the network ACL.
sourcepub fn subnet_id(self, input: impl Into<String>) -> Self
pub fn subnet_id(self, input: impl Into<String>) -> Self
The identifier of the subnet that is associated with the network ACL.
sourcepub fn set_subnet_id(self, input: Option<String>) -> Self
pub fn set_subnet_id(self, input: Option<String>) -> Self
The identifier of the subnet that is associated with the network ACL.
sourcepub fn build(self) -> AwsEc2NetworkAclAssociation
pub fn build(self) -> AwsEc2NetworkAclAssociation
Consumes the builder and constructs a AwsEc2NetworkAclAssociation
.