#[non_exhaustive]pub struct OpsCenterIntegrationConfigBuilder { /* private fields */ }
Expand description
A builder for OpsCenterIntegrationConfig
.
Implementations§
source§impl OpsCenterIntegrationConfigBuilder
impl OpsCenterIntegrationConfigBuilder
sourcepub fn opt_in_status(self, input: OptInStatus) -> Self
pub fn opt_in_status(self, input: OptInStatus) -> Self
Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
sourcepub fn set_opt_in_status(self, input: Option<OptInStatus>) -> Self
pub fn set_opt_in_status(self, input: Option<OptInStatus>) -> Self
Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
sourcepub fn build(self) -> OpsCenterIntegrationConfig
pub fn build(self) -> OpsCenterIntegrationConfig
Consumes the builder and constructs a OpsCenterIntegrationConfig
.
Trait Implementations§
source§impl Clone for OpsCenterIntegrationConfigBuilder
impl Clone for OpsCenterIntegrationConfigBuilder
source§fn clone(&self) -> OpsCenterIntegrationConfigBuilder
fn clone(&self) -> OpsCenterIntegrationConfigBuilder
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 OpsCenterIntegrationConfigBuilder
impl Default for OpsCenterIntegrationConfigBuilder
source§fn default() -> OpsCenterIntegrationConfigBuilder
fn default() -> OpsCenterIntegrationConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<OpsCenterIntegrationConfigBuilder> for OpsCenterIntegrationConfigBuilder
impl PartialEq<OpsCenterIntegrationConfigBuilder> for OpsCenterIntegrationConfigBuilder
source§fn eq(&self, other: &OpsCenterIntegrationConfigBuilder) -> bool
fn eq(&self, other: &OpsCenterIntegrationConfigBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.