| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServiceIntegrationConfig.Builder |
UpdateServiceIntegrationConfig.builder() |
default UpdateServiceIntegrationConfig.Builder |
UpdateServiceIntegrationConfig.Builder.kmsServerSideEncryption(Consumer<KMSServerSideEncryptionIntegrationConfig.Builder> kmsServerSideEncryption)
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
|
UpdateServiceIntegrationConfig.Builder |
UpdateServiceIntegrationConfig.Builder.kmsServerSideEncryption(KMSServerSideEncryptionIntegrationConfig kmsServerSideEncryption)
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
|
default UpdateServiceIntegrationConfig.Builder |
UpdateServiceIntegrationConfig.Builder.logsAnomalyDetection(Consumer<LogsAnomalyDetectionIntegrationConfig.Builder> logsAnomalyDetection)
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log
groups.
|
UpdateServiceIntegrationConfig.Builder |
UpdateServiceIntegrationConfig.Builder.logsAnomalyDetection(LogsAnomalyDetectionIntegrationConfig logsAnomalyDetection)
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log
groups.
|
default UpdateServiceIntegrationConfig.Builder |
UpdateServiceIntegrationConfig.Builder.opsCenter(Consumer<OpsCenterIntegrationConfig.Builder> opsCenter)
Sets the value of the OpsCenter property for this object.
|
UpdateServiceIntegrationConfig.Builder |
UpdateServiceIntegrationConfig.Builder.opsCenter(OpsCenterIntegrationConfig opsCenter)
Sets the value of the OpsCenter property for this object.
|
UpdateServiceIntegrationConfig.Builder |
UpdateServiceIntegrationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateServiceIntegrationConfig.Builder> |
UpdateServiceIntegrationConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateServiceIntegrationRequest.Builder |
UpdateServiceIntegrationRequest.Builder.serviceIntegration(Consumer<UpdateServiceIntegrationConfig.Builder> serviceIntegration)
An
IntegratedServiceConfig object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled. |
Copyright © 2023. All rights reserved.