Struct aws_sdk_datazone::operation::create_data_product_revision::builders::CreateDataProductRevisionInputBuilder    
source · #[non_exhaustive]pub struct CreateDataProductRevisionInputBuilder { /* private fields */ }Expand description
A builder for CreateDataProductRevisionInput.
Implementations§
source§impl CreateDataProductRevisionInputBuilder
 
impl CreateDataProductRevisionInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
 
pub fn domain_identifier(self, input: impl Into<String>) -> Self
The ID of the domain where the data product revision is created.
This field is required.sourcepub fn set_domain_identifier(self, input: Option<String>) -> Self
 
pub fn set_domain_identifier(self, input: Option<String>) -> Self
The ID of the domain where the data product revision is created.
sourcepub fn get_domain_identifier(&self) -> &Option<String>
 
pub fn get_domain_identifier(&self) -> &Option<String>
The ID of the domain where the data product revision is created.
sourcepub fn identifier(self, input: impl Into<String>) -> Self
 
pub fn identifier(self, input: impl Into<String>) -> Self
The ID of the data product revision.
This field is required.sourcepub fn set_identifier(self, input: Option<String>) -> Self
 
pub fn set_identifier(self, input: Option<String>) -> Self
The ID of the data product revision.
sourcepub fn get_identifier(&self) -> &Option<String>
 
pub fn get_identifier(&self) -> &Option<String>
The ID of the data product revision.
sourcepub fn name(self, input: impl Into<String>) -> Self
 
pub fn name(self, input: impl Into<String>) -> Self
The name of the data product revision.
This field is required.sourcepub fn description(self, input: impl Into<String>) -> Self
 
pub fn description(self, input: impl Into<String>) -> Self
The description of the data product revision.
sourcepub fn set_description(self, input: Option<String>) -> Self
 
pub fn set_description(self, input: Option<String>) -> Self
The description of the data product revision.
sourcepub fn get_description(&self) -> &Option<String>
 
pub fn get_description(&self) -> &Option<String>
The description of the data product revision.
sourcepub fn glossary_terms(self, input: impl Into<String>) -> Self
 
pub fn glossary_terms(self, input: impl Into<String>) -> Self
Appends an item to glossary_terms.
To override the contents of this collection use set_glossary_terms.
The glossary terms of the data product revision.
sourcepub fn set_glossary_terms(self, input: Option<Vec<String>>) -> Self
 
pub fn set_glossary_terms(self, input: Option<Vec<String>>) -> Self
The glossary terms of the data product revision.
sourcepub fn get_glossary_terms(&self) -> &Option<Vec<String>>
 
pub fn get_glossary_terms(&self) -> &Option<Vec<String>>
The glossary terms of the data product revision.
sourcepub fn items(self, input: DataProductItem) -> Self
 
pub fn items(self, input: DataProductItem) -> Self
Appends an item to items.
To override the contents of this collection use set_items.
The data assets of the data product revision.
sourcepub fn set_items(self, input: Option<Vec<DataProductItem>>) -> Self
 
pub fn set_items(self, input: Option<Vec<DataProductItem>>) -> Self
The data assets of the data product revision.
sourcepub fn get_items(&self) -> &Option<Vec<DataProductItem>>
 
pub fn get_items(&self) -> &Option<Vec<DataProductItem>>
The data assets of the data product revision.
sourcepub fn forms_input(self, input: FormInput) -> Self
 
pub fn forms_input(self, input: FormInput) -> Self
Appends an item to forms_input.
To override the contents of this collection use set_forms_input.
The metadata forms of the data product revision.
sourcepub fn set_forms_input(self, input: Option<Vec<FormInput>>) -> Self
 
pub fn set_forms_input(self, input: Option<Vec<FormInput>>) -> Self
The metadata forms of the data product revision.
sourcepub fn get_forms_input(&self) -> &Option<Vec<FormInput>>
 
pub fn get_forms_input(&self) -> &Option<Vec<FormInput>>
The metadata forms of the data product revision.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
 
pub fn client_token(self, input: impl Into<String>) -> Self
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
 
pub fn set_client_token(self, input: Option<String>) -> Self
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn get_client_token(&self) -> &Option<String>
 
pub fn get_client_token(&self) -> &Option<String>
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn build(self) -> Result<CreateDataProductRevisionInput, BuildError>
 
pub fn build(self) -> Result<CreateDataProductRevisionInput, BuildError>
Consumes the builder and constructs a CreateDataProductRevisionInput.
source§impl CreateDataProductRevisionInputBuilder
 
impl CreateDataProductRevisionInputBuilder
sourcepub async fn send_with(
    self,
    client: &Client,
) -> Result<CreateDataProductRevisionOutput, SdkError<CreateDataProductRevisionError, HttpResponse>>
 
pub async fn send_with( self, client: &Client, ) -> Result<CreateDataProductRevisionOutput, SdkError<CreateDataProductRevisionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateDataProductRevisionInputBuilder
 
impl Clone for CreateDataProductRevisionInputBuilder
source§fn clone(&self) -> CreateDataProductRevisionInputBuilder
 
fn clone(&self) -> CreateDataProductRevisionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateDataProductRevisionInputBuilder
 
impl Default for CreateDataProductRevisionInputBuilder
source§fn default() -> CreateDataProductRevisionInputBuilder
 
fn default() -> CreateDataProductRevisionInputBuilder
source§impl PartialEq for CreateDataProductRevisionInputBuilder
 
impl PartialEq for CreateDataProductRevisionInputBuilder
source§fn eq(&self, other: &CreateDataProductRevisionInputBuilder) -> bool
 
fn eq(&self, other: &CreateDataProductRevisionInputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateDataProductRevisionInputBuilder
Auto Trait Implementations§
impl Freeze for CreateDataProductRevisionInputBuilder
impl RefUnwindSafe for CreateDataProductRevisionInputBuilder
impl Send for CreateDataProductRevisionInputBuilder
impl Sync for CreateDataProductRevisionInputBuilder
impl Unpin for CreateDataProductRevisionInputBuilder
impl UnwindSafe for CreateDataProductRevisionInputBuilder
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more