Struct aws_sdk_quicksight::types::builders::SslPropertiesBuilder
source · #[non_exhaustive]pub struct SslPropertiesBuilder { /* private fields */ }Expand description
A builder for SslProperties.
Implementations§
source§impl SslPropertiesBuilder
impl SslPropertiesBuilder
sourcepub fn disable_ssl(self, input: bool) -> Self
pub fn disable_ssl(self, input: bool) -> Self
A Boolean option to control whether SSL should be disabled.
sourcepub fn set_disable_ssl(self, input: Option<bool>) -> Self
pub fn set_disable_ssl(self, input: Option<bool>) -> Self
A Boolean option to control whether SSL should be disabled.
sourcepub fn get_disable_ssl(&self) -> &Option<bool>
pub fn get_disable_ssl(&self) -> &Option<bool>
A Boolean option to control whether SSL should be disabled.
sourcepub fn build(self) -> SslProperties
pub fn build(self) -> SslProperties
Consumes the builder and constructs a SslProperties.
Trait Implementations§
source§impl Clone for SslPropertiesBuilder
impl Clone for SslPropertiesBuilder
source§fn clone(&self) -> SslPropertiesBuilder
fn clone(&self) -> SslPropertiesBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SslPropertiesBuilder
impl Debug for SslPropertiesBuilder
source§impl Default for SslPropertiesBuilder
impl Default for SslPropertiesBuilder
source§fn default() -> SslPropertiesBuilder
fn default() -> SslPropertiesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SslPropertiesBuilder
impl PartialEq for SslPropertiesBuilder
source§fn eq(&self, other: &SslPropertiesBuilder) -> bool
fn eq(&self, other: &SslPropertiesBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SslPropertiesBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SslPropertiesBuilder
impl Send for SslPropertiesBuilder
impl Sync for SslPropertiesBuilder
impl Unpin for SslPropertiesBuilder
impl UnwindSafe for SslPropertiesBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.