Struct aws_sdk_workspaces::model::client_properties::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for ClientProperties.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn reconnect_enabled(self, input: ReconnectEnum) -> Self
pub fn reconnect_enabled(self, input: ReconnectEnum) -> Self
Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
sourcepub fn set_reconnect_enabled(self, input: Option<ReconnectEnum>) -> Self
pub fn set_reconnect_enabled(self, input: Option<ReconnectEnum>) -> Self
Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
sourcepub fn build(self) -> ClientProperties
pub fn build(self) -> ClientProperties
Consumes the builder and constructs a ClientProperties.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more