Struct aws_sdk_iotanalytics::types::builders::DatasetEntryBuilder
source · #[non_exhaustive]pub struct DatasetEntryBuilder { /* private fields */ }
Expand description
A builder for DatasetEntry
.
Implementations§
source§impl DatasetEntryBuilder
impl DatasetEntryBuilder
sourcepub fn entry_name(self, input: impl Into<String>) -> Self
pub fn entry_name(self, input: impl Into<String>) -> Self
The name of the dataset item.
sourcepub fn set_entry_name(self, input: Option<String>) -> Self
pub fn set_entry_name(self, input: Option<String>) -> Self
The name of the dataset item.
sourcepub fn get_entry_name(&self) -> &Option<String>
pub fn get_entry_name(&self) -> &Option<String>
The name of the dataset item.
sourcepub fn set_data_uri(self, input: Option<String>) -> Self
pub fn set_data_uri(self, input: Option<String>) -> Self
The presigned URI of the dataset item.
sourcepub fn get_data_uri(&self) -> &Option<String>
pub fn get_data_uri(&self) -> &Option<String>
The presigned URI of the dataset item.
sourcepub fn build(self) -> DatasetEntry
pub fn build(self) -> DatasetEntry
Consumes the builder and constructs a DatasetEntry
.
Trait Implementations§
source§impl Clone for DatasetEntryBuilder
impl Clone for DatasetEntryBuilder
source§fn clone(&self) -> DatasetEntryBuilder
fn clone(&self) -> DatasetEntryBuilder
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 DatasetEntryBuilder
impl Debug for DatasetEntryBuilder
source§impl Default for DatasetEntryBuilder
impl Default for DatasetEntryBuilder
source§fn default() -> DatasetEntryBuilder
fn default() -> DatasetEntryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DatasetEntryBuilder
impl PartialEq for DatasetEntryBuilder
source§fn eq(&self, other: &DatasetEntryBuilder) -> bool
fn eq(&self, other: &DatasetEntryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DatasetEntryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DatasetEntryBuilder
impl Send for DatasetEntryBuilder
impl Sync for DatasetEntryBuilder
impl Unpin for DatasetEntryBuilder
impl UnwindSafe for DatasetEntryBuilder
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.