Struct aws_sdk_quicksight::operation::describe_template_definition::builders::DescribeTemplateDefinitionInputBuilder
source · #[non_exhaustive]pub struct DescribeTemplateDefinitionInputBuilder { /* private fields */ }Expand description
A builder for DescribeTemplateDefinitionInput.
Implementations§
source§impl DescribeTemplateDefinitionInputBuilder
impl DescribeTemplateDefinitionInputBuilder
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.
sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.
sourcepub fn template_id(self, input: impl Into<String>) -> Self
pub fn template_id(self, input: impl Into<String>) -> Self
The ID of the template that you're describing.
sourcepub fn set_template_id(self, input: Option<String>) -> Self
pub fn set_template_id(self, input: Option<String>) -> Self
The ID of the template that you're describing.
sourcepub fn version_number(self, input: i64) -> Self
pub fn version_number(self, input: i64) -> Self
The version number of the template.
sourcepub fn set_version_number(self, input: Option<i64>) -> Self
pub fn set_version_number(self, input: Option<i64>) -> Self
The version number of the template.
sourcepub fn alias_name(self, input: impl Into<String>) -> Self
pub fn alias_name(self, input: impl Into<String>) -> Self
The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
sourcepub fn set_alias_name(self, input: Option<String>) -> Self
pub fn set_alias_name(self, input: Option<String>) -> Self
The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
sourcepub fn build(self) -> Result<DescribeTemplateDefinitionInput, BuildError>
pub fn build(self) -> Result<DescribeTemplateDefinitionInput, BuildError>
Consumes the builder and constructs a DescribeTemplateDefinitionInput.
Trait Implementations§
source§impl Clone for DescribeTemplateDefinitionInputBuilder
impl Clone for DescribeTemplateDefinitionInputBuilder
source§fn clone(&self) -> DescribeTemplateDefinitionInputBuilder
fn clone(&self) -> DescribeTemplateDefinitionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeTemplateDefinitionInputBuilder
impl Default for DescribeTemplateDefinitionInputBuilder
source§fn default() -> DescribeTemplateDefinitionInputBuilder
fn default() -> DescribeTemplateDefinitionInputBuilder
source§impl PartialEq<DescribeTemplateDefinitionInputBuilder> for DescribeTemplateDefinitionInputBuilder
impl PartialEq<DescribeTemplateDefinitionInputBuilder> for DescribeTemplateDefinitionInputBuilder
source§fn eq(&self, other: &DescribeTemplateDefinitionInputBuilder) -> bool
fn eq(&self, other: &DescribeTemplateDefinitionInputBuilder) -> bool
self and other values to be equal, and is used
by ==.