Struct aws_sdk_ec2::output::describe_network_interface_permissions_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DescribeNetworkInterfacePermissionsOutput
Implementations
pub fn network_interface_permissions(
self,
input: impl Into<NetworkInterfacePermission>
) -> Self
pub fn network_interface_permissions(
self,
input: impl Into<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.
pub 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.
The token to use to retrieve the next page of results.
The token to use to retrieve the next page of results.
Consumes the builder and constructs a DescribeNetworkInterfacePermissionsOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more