Uses of Interface
software.amazon.awssdk.services.devopsguru.model.OpsCenterIntegrationConfig.Builder
-
Packages that use OpsCenterIntegrationConfig.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of OpsCenterIntegrationConfig.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return OpsCenterIntegrationConfig.Builder Modifier and Type Method Description static OpsCenterIntegrationConfig.BuilderOpsCenterIntegrationConfig. builder()OpsCenterIntegrationConfig.BuilderOpsCenterIntegrationConfig.Builder. optInStatus(String optInStatus)Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.OpsCenterIntegrationConfig.BuilderOpsCenterIntegrationConfig.Builder. optInStatus(OptInStatus optInStatus)Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.OpsCenterIntegrationConfig.BuilderOpsCenterIntegrationConfig. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type OpsCenterIntegrationConfig.Builder Modifier and Type Method Description static Class<? extends OpsCenterIntegrationConfig.Builder>OpsCenterIntegrationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type OpsCenterIntegrationConfig.Builder Modifier and Type Method Description default UpdateServiceIntegrationConfig.BuilderUpdateServiceIntegrationConfig.Builder. opsCenter(Consumer<OpsCenterIntegrationConfig.Builder> opsCenter)Sets the value of the OpsCenter property for this object.
-