Uses of Interface
software.amazon.awssdk.services.devopsguru.model.OpsCenterIntegration.Builder
-
Packages that use OpsCenterIntegration.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of OpsCenterIntegration.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return OpsCenterIntegration.Builder Modifier and Type Method Description static OpsCenterIntegration.BuilderOpsCenterIntegration. builder()OpsCenterIntegration.BuilderOpsCenterIntegration.Builder. optInStatus(String optInStatus)Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.OpsCenterIntegration.BuilderOpsCenterIntegration.Builder. optInStatus(OptInStatus optInStatus)Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.OpsCenterIntegration.BuilderOpsCenterIntegration. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type OpsCenterIntegration.Builder Modifier and Type Method Description static Class<? extends OpsCenterIntegration.Builder>OpsCenterIntegration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type OpsCenterIntegration.Builder Modifier and Type Method Description default ServiceIntegrationConfig.BuilderServiceIntegrationConfig.Builder. opsCenter(Consumer<OpsCenterIntegration.Builder> opsCenter)Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.
-