Struct aws_sdk_workspaces::input::update_connection_alias_permission_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UpdateConnectionAliasPermissionInput
Implementations
The identifier of the connection alias that you want to update permissions for.
The identifier of the connection alias that you want to update permissions for.
Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.
pub fn set_connection_alias_permission(
self,
input: Option<ConnectionAliasPermission>
) -> Self
pub fn set_connection_alias_permission(
self,
input: Option<ConnectionAliasPermission>
) -> Self
Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.
Consumes the builder and constructs a UpdateConnectionAliasPermissionInput
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