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 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 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 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
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 DescribeComponentConfigurationOutputBuilder
impl Default for DescribeComponentConfigurationOutputBuilder
source§fn default() -> DescribeComponentConfigurationOutputBuilder
fn default() -> DescribeComponentConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeComponentConfigurationOutputBuilder> for DescribeComponentConfigurationOutputBuilder
impl PartialEq<DescribeComponentConfigurationOutputBuilder> for DescribeComponentConfigurationOutputBuilder
source§fn eq(&self, other: &DescribeComponentConfigurationOutputBuilder) -> bool
fn eq(&self, other: &DescribeComponentConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeComponentConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeComponentConfigurationOutputBuilder
impl Send for DescribeComponentConfigurationOutputBuilder
impl Sync for DescribeComponentConfigurationOutputBuilder
impl Unpin for DescribeComponentConfigurationOutputBuilder
impl UnwindSafe for DescribeComponentConfigurationOutputBuilder
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