Struct aws_sdk_ec2::model::network_acl_association::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for NetworkAclAssociation
.
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 ID of the association between a network ACL and a 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 ID of the association between a network ACL and a subnet.
sourcepub fn network_acl_id(self, input: impl Into<String>) -> Self
pub fn network_acl_id(self, input: impl Into<String>) -> Self
The ID 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 ID of the network ACL.
sourcepub fn set_subnet_id(self, input: Option<String>) -> Self
pub fn set_subnet_id(self, input: Option<String>) -> Self
The ID of the subnet.
sourcepub fn build(self) -> NetworkAclAssociation
pub fn build(self) -> NetworkAclAssociation
Consumes the builder and constructs a NetworkAclAssociation
.