Struct aws_sdk_databrew::types::builders::SampleBuilder
source · #[non_exhaustive]pub struct SampleBuilder { /* private fields */ }
Expand description
A builder for Sample
.
Implementations§
source§impl SampleBuilder
impl SampleBuilder
sourcepub fn type(self, input: SampleType) -> Self
pub fn type(self, input: SampleType) -> Self
The way in which DataBrew obtains rows from a dataset.
sourcepub fn set_type(self, input: Option<SampleType>) -> Self
pub fn set_type(self, input: Option<SampleType>) -> Self
The way in which DataBrew obtains rows from a dataset.
Trait Implementations§
source§impl Clone for SampleBuilder
impl Clone for SampleBuilder
source§fn clone(&self) -> SampleBuilder
fn clone(&self) -> SampleBuilder
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 SampleBuilder
impl Debug for SampleBuilder
source§impl Default for SampleBuilder
impl Default for SampleBuilder
source§fn default() -> SampleBuilder
fn default() -> SampleBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SampleBuilder> for SampleBuilder
impl PartialEq<SampleBuilder> for SampleBuilder
source§fn eq(&self, other: &SampleBuilder) -> bool
fn eq(&self, other: &SampleBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.