Struct aws_sdk_dataexchange::operation::create_revision::builders::CreateRevisionFluentBuilder
source · pub struct CreateRevisionFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateRevision
.
This operation creates a revision for a data set.
Implementations§
source§impl CreateRevisionFluentBuilder
impl CreateRevisionFluentBuilder
sourcepub fn as_input(&self) -> &CreateRevisionInputBuilder
pub fn as_input(&self) -> &CreateRevisionInputBuilder
Access the CreateRevision as a reference.
sourcepub async fn send(
self
) -> Result<CreateRevisionOutput, SdkError<CreateRevisionError, HttpResponse>>
pub async fn send( self ) -> Result<CreateRevisionOutput, SdkError<CreateRevisionError, 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<CreateRevisionOutput, CreateRevisionError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateRevisionOutput, CreateRevisionError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn set_comment(self, input: Option<String>) -> Self
pub fn set_comment(self, input: Option<String>) -> Self
An optional comment about the revision.
sourcepub fn get_comment(&self) -> &Option<String>
pub fn get_comment(&self) -> &Option<String>
An optional comment about the revision.
sourcepub fn data_set_id(self, input: impl Into<String>) -> Self
pub fn data_set_id(self, input: impl Into<String>) -> Self
The unique identifier for a data set.
sourcepub fn set_data_set_id(self, input: Option<String>) -> Self
pub fn set_data_set_id(self, input: Option<String>) -> Self
The unique identifier for a data set.
sourcepub fn get_data_set_id(&self) -> &Option<String>
pub fn get_data_set_id(&self) -> &Option<String>
The unique identifier for a data set.
Adds a key-value pair to Tags
.
To override the contents of this collection use set_tags
.
A revision tag is an optional label that you can assign to a revision 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 revision tag is an optional label that you can assign to a revision 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 revision tag is an optional label that you can assign to a revision 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 CreateRevisionFluentBuilder
impl Clone for CreateRevisionFluentBuilder
source§fn clone(&self) -> CreateRevisionFluentBuilder
fn clone(&self) -> CreateRevisionFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more