Struct aws_sdk_quicksight::types::builders::ExasolParametersBuilder
source · #[non_exhaustive]pub struct ExasolParametersBuilder { /* private fields */ }Expand description
A builder for ExasolParameters.
Implementations§
source§impl ExasolParametersBuilder
impl ExasolParametersBuilder
sourcepub fn host(self, input: impl Into<String>) -> Self
pub fn host(self, input: impl Into<String>) -> Self
The hostname or IP address of the Exasol data source.
This field is required.sourcepub fn set_host(self, input: Option<String>) -> Self
pub fn set_host(self, input: Option<String>) -> Self
The hostname or IP address of the Exasol data source.
sourcepub fn get_host(&self) -> &Option<String>
pub fn get_host(&self) -> &Option<String>
The hostname or IP address of the Exasol data source.
sourcepub fn port(self, input: i32) -> Self
pub fn port(self, input: i32) -> Self
The port for the Exasol data source.
This field is required.sourcepub fn build(self) -> Result<ExasolParameters, BuildError>
pub fn build(self) -> Result<ExasolParameters, BuildError>
Consumes the builder and constructs a ExasolParameters.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ExasolParametersBuilder
impl Clone for ExasolParametersBuilder
source§fn clone(&self) -> ExasolParametersBuilder
fn clone(&self) -> ExasolParametersBuilder
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 ExasolParametersBuilder
impl Debug for ExasolParametersBuilder
source§impl Default for ExasolParametersBuilder
impl Default for ExasolParametersBuilder
source§fn default() -> ExasolParametersBuilder
fn default() -> ExasolParametersBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ExasolParametersBuilder
impl PartialEq for ExasolParametersBuilder
source§fn eq(&self, other: &ExasolParametersBuilder) -> bool
fn eq(&self, other: &ExasolParametersBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ExasolParametersBuilder
Auto Trait Implementations§
impl Freeze for ExasolParametersBuilder
impl RefUnwindSafe for ExasolParametersBuilder
impl Send for ExasolParametersBuilder
impl Sync for ExasolParametersBuilder
impl Unpin for ExasolParametersBuilder
impl UnwindSafe for ExasolParametersBuilder
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.