Struct aws_sdk_dataexchange::operation::create_data_set::builders::CreateDataSetFluentBuilder
source · pub struct CreateDataSetFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateDataSet.
This operation creates a data set.
Implementations§
source§impl CreateDataSetFluentBuilder
impl CreateDataSetFluentBuilder
sourcepub fn as_input(&self) -> &CreateDataSetInputBuilder
pub fn as_input(&self) -> &CreateDataSetInputBuilder
Access the CreateDataSet as a reference.
sourcepub async fn send(
self
) -> Result<CreateDataSetOutput, SdkError<CreateDataSetError, HttpResponse>>
pub async fn send( self ) -> Result<CreateDataSetOutput, SdkError<CreateDataSetError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<CreateDataSetOutput, CreateDataSetError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateDataSetOutput, CreateDataSetError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn asset_type(self, input: AssetType) -> Self
pub fn asset_type(self, input: AssetType) -> Self
The type of asset that is added to a data set.
sourcepub fn set_asset_type(self, input: Option<AssetType>) -> Self
pub fn set_asset_type(self, input: Option<AssetType>) -> Self
The type of asset that is added to a data set.
sourcepub fn get_asset_type(&self) -> &Option<AssetType>
pub fn get_asset_type(&self) -> &Option<AssetType>
The type of asset that is added to a data set.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description for the data set. This value can be up to 16,348 characters long.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description for the data set. This value can be up to 16,348 characters long.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description for the data set. This value can be up to 16,348 characters long.
Adds a key-value pair to Tags.
To override the contents of this collection use set_tags.
A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
Trait Implementations§
source§impl Clone for CreateDataSetFluentBuilder
impl Clone for CreateDataSetFluentBuilder
source§fn clone(&self) -> CreateDataSetFluentBuilder
fn clone(&self) -> CreateDataSetFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more