public static interface ServiceIntegrationConfig.Builder extends SdkPojo, CopyableBuilder<ServiceIntegrationConfig.Builder,ServiceIntegrationConfig>
| Modifier and Type | Method and Description |
|---|---|
default ServiceIntegrationConfig.Builder |
kmsServerSideEncryption(Consumer<KMSServerSideEncryptionIntegration.Builder> kmsServerSideEncryption)
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
|
ServiceIntegrationConfig.Builder |
kmsServerSideEncryption(KMSServerSideEncryptionIntegration kmsServerSideEncryption)
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
|
default 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 |
logsAnomalyDetection(LogsAnomalyDetectionIntegration logsAnomalyDetection)
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log
groups.
|
default 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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceIntegrationConfig.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.
opsCenter - Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services
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 Amazon Web Services Systems Manager OpsCenter for each created insight.
This is a convenience method 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)ServiceIntegrationConfig.Builder logsAnomalyDetection(LogsAnomalyDetectionIntegration logsAnomalyDetection)
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
logsAnomalyDetection - Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon
CloudWatch log groups.default ServiceIntegrationConfig.Builder logsAnomalyDetection(Consumer<LogsAnomalyDetectionIntegration.Builder> logsAnomalyDetection)
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
This is a convenience method that creates an instance of theLogsAnomalyDetectionIntegration.Builder
avoiding the need to create one manually via LogsAnomalyDetectionIntegration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to logsAnomalyDetection(LogsAnomalyDetectionIntegration).
logsAnomalyDetection - a consumer that will call methods on LogsAnomalyDetectionIntegration.BuilderlogsAnomalyDetection(LogsAnomalyDetectionIntegration)ServiceIntegrationConfig.Builder kmsServerSideEncryption(KMSServerSideEncryptionIntegration kmsServerSideEncryption)
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
kmsServerSideEncryption - Information about whether DevOps Guru is configured to encrypt server-side data using KMS.default ServiceIntegrationConfig.Builder kmsServerSideEncryption(Consumer<KMSServerSideEncryptionIntegration.Builder> kmsServerSideEncryption)
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
This is a convenience method that creates an instance of theKMSServerSideEncryptionIntegration.Builder avoiding the need to create one manually via
KMSServerSideEncryptionIntegration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to kmsServerSideEncryption(KMSServerSideEncryptionIntegration).
kmsServerSideEncryption - a consumer that will call methods on KMSServerSideEncryptionIntegration.BuilderkmsServerSideEncryption(KMSServerSideEncryptionIntegration)Copyright © 2023. All rights reserved.