#[non_exhaustive]pub struct DatasetContentSummaryBuilder { /* private fields */ }
Expand description
A builder for DatasetContentSummary
.
Implementations§
source§impl DatasetContentSummaryBuilder
impl DatasetContentSummaryBuilder
sourcepub fn set_version(self, input: Option<String>) -> Self
pub fn set_version(self, input: Option<String>) -> Self
The version of the dataset contents.
sourcepub fn get_version(&self) -> &Option<String>
pub fn get_version(&self) -> &Option<String>
The version of the dataset contents.
sourcepub fn status(self, input: DatasetContentStatus) -> Self
pub fn status(self, input: DatasetContentStatus) -> Self
The status of the dataset contents.
sourcepub fn set_status(self, input: Option<DatasetContentStatus>) -> Self
pub fn set_status(self, input: Option<DatasetContentStatus>) -> Self
The status of the dataset contents.
sourcepub fn get_status(&self) -> &Option<DatasetContentStatus>
pub fn get_status(&self) -> &Option<DatasetContentStatus>
The status of the dataset contents.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The actual time the creation of the dataset contents was started.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The actual time the creation of the dataset contents was started.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The actual time the creation of the dataset contents was started.
sourcepub fn schedule_time(self, input: DateTime) -> Self
pub fn schedule_time(self, input: DateTime) -> Self
The time the creation of the dataset contents was scheduled to start.
sourcepub fn set_schedule_time(self, input: Option<DateTime>) -> Self
pub fn set_schedule_time(self, input: Option<DateTime>) -> Self
The time the creation of the dataset contents was scheduled to start.
sourcepub fn get_schedule_time(&self) -> &Option<DateTime>
pub fn get_schedule_time(&self) -> &Option<DateTime>
The time the creation of the dataset contents was scheduled to start.
sourcepub fn completion_time(self, input: DateTime) -> Self
pub fn completion_time(self, input: DateTime) -> Self
The time the dataset content status was updated to SUCCEEDED or FAILED.
sourcepub fn set_completion_time(self, input: Option<DateTime>) -> Self
pub fn set_completion_time(self, input: Option<DateTime>) -> Self
The time the dataset content status was updated to SUCCEEDED or FAILED.
sourcepub fn get_completion_time(&self) -> &Option<DateTime>
pub fn get_completion_time(&self) -> &Option<DateTime>
The time the dataset content status was updated to SUCCEEDED or FAILED.
sourcepub fn build(self) -> DatasetContentSummary
pub fn build(self) -> DatasetContentSummary
Consumes the builder and constructs a DatasetContentSummary
.
Trait Implementations§
source§impl Clone for DatasetContentSummaryBuilder
impl Clone for DatasetContentSummaryBuilder
source§fn clone(&self) -> DatasetContentSummaryBuilder
fn clone(&self) -> DatasetContentSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DatasetContentSummaryBuilder
impl Debug for DatasetContentSummaryBuilder
source§impl Default for DatasetContentSummaryBuilder
impl Default for DatasetContentSummaryBuilder
source§fn default() -> DatasetContentSummaryBuilder
fn default() -> DatasetContentSummaryBuilder
source§impl PartialEq for DatasetContentSummaryBuilder
impl PartialEq for DatasetContentSummaryBuilder
source§fn eq(&self, other: &DatasetContentSummaryBuilder) -> bool
fn eq(&self, other: &DatasetContentSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.