#[non_exhaustive]pub struct TemplateSourceAnalysisBuilder { /* private fields */ }
Expand description
A builder for TemplateSourceAnalysis
.
Implementations§
source§impl TemplateSourceAnalysisBuilder
impl TemplateSourceAnalysisBuilder
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 resource.
This field is required.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 resource.
sourcepub fn data_set_references(self, input: DataSetReference) -> Self
pub fn data_set_references(self, input: DataSetReference) -> Self
Appends an item to data_set_references
.
To override the contents of this collection use set_data_set_references
.
A structure containing information about the dataset references used as placeholders in the template.
sourcepub fn set_data_set_references(
self,
input: Option<Vec<DataSetReference>>
) -> Self
pub fn set_data_set_references( self, input: Option<Vec<DataSetReference>> ) -> Self
A structure containing information about the dataset references used as placeholders in the template.
sourcepub fn get_data_set_references(&self) -> &Option<Vec<DataSetReference>>
pub fn get_data_set_references(&self) -> &Option<Vec<DataSetReference>>
A structure containing information about the dataset references used as placeholders in the template.
sourcepub fn build(self) -> Result<TemplateSourceAnalysis, BuildError>
pub fn build(self) -> Result<TemplateSourceAnalysis, BuildError>
Consumes the builder and constructs a TemplateSourceAnalysis
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for TemplateSourceAnalysisBuilder
impl Clone for TemplateSourceAnalysisBuilder
source§fn clone(&self) -> TemplateSourceAnalysisBuilder
fn clone(&self) -> TemplateSourceAnalysisBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for TemplateSourceAnalysisBuilder
impl Default for TemplateSourceAnalysisBuilder
source§fn default() -> TemplateSourceAnalysisBuilder
fn default() -> TemplateSourceAnalysisBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for TemplateSourceAnalysisBuilder
impl PartialEq for TemplateSourceAnalysisBuilder
source§fn eq(&self, other: &TemplateSourceAnalysisBuilder) -> bool
fn eq(&self, other: &TemplateSourceAnalysisBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TemplateSourceAnalysisBuilder
Auto Trait Implementations§
impl RefUnwindSafe for TemplateSourceAnalysisBuilder
impl Send for TemplateSourceAnalysisBuilder
impl Sync for TemplateSourceAnalysisBuilder
impl Unpin for TemplateSourceAnalysisBuilder
impl UnwindSafe for TemplateSourceAnalysisBuilder
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
Mutably borrows from an owned value. Read more
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>
Creates a shared type from an unshared type.