pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeNetworkInterfacePermissionsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn network_interface_permissions(
self,
input: NetworkInterfacePermission
) -> Self
pub fn network_interface_permissions(
self,
input: NetworkInterfacePermission
) -> Self
Appends an item to network_interface_permissions
.
To override the contents of this collection use set_network_interface_permissions
.
The network interface permissions.
sourcepub fn set_network_interface_permissions(
self,
input: Option<Vec<NetworkInterfacePermission>>
) -> Self
pub fn set_network_interface_permissions(
self,
input: Option<Vec<NetworkInterfacePermission>>
) -> Self
The network interface permissions.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use to retrieve the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use to retrieve the next page of results.
sourcepub fn build(self) -> DescribeNetworkInterfacePermissionsOutput
pub fn build(self) -> DescribeNetworkInterfacePermissionsOutput
Consumes the builder and constructs a DescribeNetworkInterfacePermissionsOutput
.