#[non_exhaustive]pub struct UpdateDataSetOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateDataSetOutput
.
Implementations§
source§impl UpdateDataSetOutputBuilder
impl UpdateDataSetOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the dataset.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the dataset.
sourcepub fn data_set_id(self, input: impl Into<String>) -> Self
pub fn data_set_id(self, input: impl Into<String>) -> Self
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
sourcepub fn set_data_set_id(self, input: Option<String>) -> Self
pub fn set_data_set_id(self, input: Option<String>) -> Self
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
sourcepub fn get_data_set_id(&self) -> &Option<String>
pub fn get_data_set_id(&self) -> &Option<String>
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
sourcepub fn ingestion_arn(self, input: impl Into<String>) -> Self
pub fn ingestion_arn(self, input: impl Into<String>) -> Self
The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
sourcepub fn set_ingestion_arn(self, input: Option<String>) -> Self
pub fn set_ingestion_arn(self, input: Option<String>) -> Self
The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
sourcepub fn get_ingestion_arn(&self) -> &Option<String>
pub fn get_ingestion_arn(&self) -> &Option<String>
The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
sourcepub fn ingestion_id(self, input: impl Into<String>) -> Self
pub fn ingestion_id(self, input: impl Into<String>) -> Self
The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
sourcepub fn set_ingestion_id(self, input: Option<String>) -> Self
pub fn set_ingestion_id(self, input: Option<String>) -> Self
The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
sourcepub fn get_ingestion_id(&self) -> &Option<String>
pub fn get_ingestion_id(&self) -> &Option<String>
The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The Amazon Web Services request ID for this operation.
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn get_status(&self) -> &Option<i32>
pub fn get_status(&self) -> &Option<i32>
The HTTP status of the request.
sourcepub fn build(self) -> UpdateDataSetOutput
pub fn build(self) -> UpdateDataSetOutput
Consumes the builder and constructs a UpdateDataSetOutput
.
Trait Implementations§
source§impl Clone for UpdateDataSetOutputBuilder
impl Clone for UpdateDataSetOutputBuilder
source§fn clone(&self) -> UpdateDataSetOutputBuilder
fn clone(&self) -> UpdateDataSetOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateDataSetOutputBuilder
impl Debug for UpdateDataSetOutputBuilder
source§impl Default for UpdateDataSetOutputBuilder
impl Default for UpdateDataSetOutputBuilder
source§fn default() -> UpdateDataSetOutputBuilder
fn default() -> UpdateDataSetOutputBuilder
source§impl PartialEq for UpdateDataSetOutputBuilder
impl PartialEq for UpdateDataSetOutputBuilder
source§fn eq(&self, other: &UpdateDataSetOutputBuilder) -> bool
fn eq(&self, other: &UpdateDataSetOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.