public static interface ServiceIntegrationConfig.Builder extends SdkPojo, CopyableBuilder<ServiceIntegrationConfig.Builder,ServiceIntegrationConfig>
| Modifier and Type | Method and Description |
|---|---|
default ServiceIntegrationConfig.Builder |
opsCenter(Consumer<OpsCenterIntegration.Builder> opsCenter)
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for
each created insight.
|
ServiceIntegrationConfig.Builder |
opsCenter(OpsCenterIntegration opsCenter)
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for
each created insight.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceIntegrationConfig.Builder opsCenter(OpsCenterIntegration opsCenter)
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.
opsCenter - Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager
OpsCenter for each created insight.default ServiceIntegrationConfig.Builder opsCenter(Consumer<OpsCenterIntegration.Builder> opsCenter)
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.
This is a convenience that creates an instance of theOpsCenterIntegration.Builder avoiding the need
to create one manually via OpsCenterIntegration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to opsCenter(OpsCenterIntegration).opsCenter - a consumer that will call methods on OpsCenterIntegration.BuilderopsCenter(OpsCenterIntegration)Copyright © 2021. All rights reserved.