Struct aws_sdk_applicationinsights::operation::describe_component_configuration::builders::DescribeComponentConfigurationOutputBuilder
source · #[non_exhaustive]pub struct DescribeComponentConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeComponentConfigurationOutput
.
Implementations§
source§impl DescribeComponentConfigurationOutputBuilder
impl DescribeComponentConfigurationOutputBuilder
sourcepub fn monitor(self, input: bool) -> Self
pub fn monitor(self, input: bool) -> Self
Indicates whether the application component is monitored.
sourcepub fn set_monitor(self, input: Option<bool>) -> Self
pub fn set_monitor(self, input: Option<bool>) -> Self
Indicates whether the application component is monitored.
sourcepub fn get_monitor(&self) -> &Option<bool>
pub fn get_monitor(&self) -> &Option<bool>
Indicates whether the application component is monitored.
sourcepub fn tier(self, input: Tier) -> Self
pub fn tier(self, input: Tier) -> Self
The tier of the application component. Supported tiers include DOT_NET_CORE
, DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
sourcepub fn set_tier(self, input: Option<Tier>) -> Self
pub fn set_tier(self, input: Option<Tier>) -> Self
The tier of the application component. Supported tiers include DOT_NET_CORE
, DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
sourcepub fn get_tier(&self) -> &Option<Tier>
pub fn get_tier(&self) -> &Option<Tier>
The tier of the application component. Supported tiers include DOT_NET_CORE
, DOT_NET_WORKER
, DOT_NET_WEB
, SQL_SERVER
, and DEFAULT
sourcepub fn component_configuration(self, input: impl Into<String>) -> Self
pub fn component_configuration(self, input: impl Into<String>) -> Self
The configuration settings of the component. The value is the escaped JSON of the configuration.
sourcepub fn set_component_configuration(self, input: Option<String>) -> Self
pub fn set_component_configuration(self, input: Option<String>) -> Self
The configuration settings of the component. The value is the escaped JSON of the configuration.
sourcepub fn get_component_configuration(&self) -> &Option<String>
pub fn get_component_configuration(&self) -> &Option<String>
The configuration settings of the component. The value is the escaped JSON of the configuration.
sourcepub fn build(self) -> DescribeComponentConfigurationOutput
pub fn build(self) -> DescribeComponentConfigurationOutput
Consumes the builder and constructs a DescribeComponentConfigurationOutput
.
Trait Implementations§
source§impl Clone for DescribeComponentConfigurationOutputBuilder
impl Clone for DescribeComponentConfigurationOutputBuilder
source§fn clone(&self) -> DescribeComponentConfigurationOutputBuilder
fn clone(&self) -> DescribeComponentConfigurationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeComponentConfigurationOutputBuilder
impl Default for DescribeComponentConfigurationOutputBuilder
source§fn default() -> DescribeComponentConfigurationOutputBuilder
fn default() -> DescribeComponentConfigurationOutputBuilder
source§impl PartialEq for DescribeComponentConfigurationOutputBuilder
impl PartialEq for DescribeComponentConfigurationOutputBuilder
source§fn eq(&self, other: &DescribeComponentConfigurationOutputBuilder) -> bool
fn eq(&self, other: &DescribeComponentConfigurationOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.