| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceIntegrationConfig.Builder |
ServiceIntegrationConfig.builder() |
default ServiceIntegrationConfig.Builder |
ServiceIntegrationConfig.Builder.kmsServerSideEncryption(Consumer<KMSServerSideEncryptionIntegration.Builder> kmsServerSideEncryption)
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
|
ServiceIntegrationConfig.Builder |
ServiceIntegrationConfig.Builder.kmsServerSideEncryption(KMSServerSideEncryptionIntegration kmsServerSideEncryption)
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
|
default ServiceIntegrationConfig.Builder |
ServiceIntegrationConfig.Builder.logsAnomalyDetection(Consumer<LogsAnomalyDetectionIntegration.Builder> logsAnomalyDetection)
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log
groups.
|
ServiceIntegrationConfig.Builder |
ServiceIntegrationConfig.Builder.logsAnomalyDetection(LogsAnomalyDetectionIntegration logsAnomalyDetection)
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log
groups.
|
default ServiceIntegrationConfig.Builder |
ServiceIntegrationConfig.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.
|
ServiceIntegrationConfig.Builder |
ServiceIntegrationConfig.Builder.opsCenter(OpsCenterIntegration opsCenter)
Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems
Manager OpsCenter for each created insight.
|
ServiceIntegrationConfig.Builder |
ServiceIntegrationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServiceIntegrationConfig.Builder> |
ServiceIntegrationConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeServiceIntegrationResponse.Builder |
DescribeServiceIntegrationResponse.Builder.serviceIntegration(Consumer<ServiceIntegrationConfig.Builder> serviceIntegration)
Sets the value of the ServiceIntegration property for this object.
|
Copyright © 2023. All rights reserved.