pub struct Builder { /* private fields */ }
Expand description
A builder for CreateNetworkInterfacePermissionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn interface_permission(self, input: NetworkInterfacePermission) -> Self
pub fn interface_permission(self, input: NetworkInterfacePermission) -> Self
Information about the permission for the network interface.
sourcepub fn set_interface_permission(
self,
input: Option<NetworkInterfacePermission>
) -> Self
pub fn set_interface_permission(
self,
input: Option<NetworkInterfacePermission>
) -> Self
Information about the permission for the network interface.
sourcepub fn build(self) -> CreateNetworkInterfacePermissionOutput
pub fn build(self) -> CreateNetworkInterfacePermissionOutput
Consumes the builder and constructs a CreateNetworkInterfacePermissionOutput
.