Struct aws_sdk_devopsguru::model::ops_center_integration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for OpsCenterIntegration
.
Implementations§
source§impl Builder
impl Builder
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) -> OpsCenterIntegration
pub fn build(self) -> OpsCenterIntegration
Consumes the builder and constructs a OpsCenterIntegration
.