Struct aws_sdk_finspace::operation::get_kx_connection_string::builders::GetKxConnectionStringOutputBuilder
source · #[non_exhaustive]pub struct GetKxConnectionStringOutputBuilder { /* private fields */ }
Expand description
A builder for GetKxConnectionStringOutput
.
Implementations§
source§impl GetKxConnectionStringOutputBuilder
impl GetKxConnectionStringOutputBuilder
sourcepub fn signed_connection_string(self, input: impl Into<String>) -> Self
pub fn signed_connection_string(self, input: impl Into<String>) -> Self
The signed connection string that you can use to connect to clusters.
sourcepub fn set_signed_connection_string(self, input: Option<String>) -> Self
pub fn set_signed_connection_string(self, input: Option<String>) -> Self
The signed connection string that you can use to connect to clusters.
sourcepub fn get_signed_connection_string(&self) -> &Option<String>
pub fn get_signed_connection_string(&self) -> &Option<String>
The signed connection string that you can use to connect to clusters.
sourcepub fn build(self) -> GetKxConnectionStringOutput
pub fn build(self) -> GetKxConnectionStringOutput
Consumes the builder and constructs a GetKxConnectionStringOutput
.
Trait Implementations§
source§impl Clone for GetKxConnectionStringOutputBuilder
impl Clone for GetKxConnectionStringOutputBuilder
source§fn clone(&self) -> GetKxConnectionStringOutputBuilder
fn clone(&self) -> GetKxConnectionStringOutputBuilder
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 Default for GetKxConnectionStringOutputBuilder
impl Default for GetKxConnectionStringOutputBuilder
source§fn default() -> GetKxConnectionStringOutputBuilder
fn default() -> GetKxConnectionStringOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetKxConnectionStringOutputBuilder
impl PartialEq for GetKxConnectionStringOutputBuilder
source§fn eq(&self, other: &GetKxConnectionStringOutputBuilder) -> bool
fn eq(&self, other: &GetKxConnectionStringOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetKxConnectionStringOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetKxConnectionStringOutputBuilder
impl Send for GetKxConnectionStringOutputBuilder
impl Sync for GetKxConnectionStringOutputBuilder
impl Unpin for GetKxConnectionStringOutputBuilder
impl UnwindSafe for GetKxConnectionStringOutputBuilder
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.