public static interface UpdateServiceIntegrationConfig.Builder extends SdkPojo, CopyableBuilder<UpdateServiceIntegrationConfig.Builder,UpdateServiceIntegrationConfig>
| Modifier and Type | Method and Description |
|---|---|
default UpdateServiceIntegrationConfig.Builder |
kmsServerSideEncryption(Consumer<KMSServerSideEncryptionIntegrationConfig.Builder> kmsServerSideEncryption)
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
|
UpdateServiceIntegrationConfig.Builder |
kmsServerSideEncryption(KMSServerSideEncryptionIntegrationConfig kmsServerSideEncryption)
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
|
default 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 |
logsAnomalyDetection(LogsAnomalyDetectionIntegrationConfig logsAnomalyDetection)
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log
groups.
|
default UpdateServiceIntegrationConfig.Builder |
opsCenter(Consumer<OpsCenterIntegrationConfig.Builder> opsCenter)
Sets the value of the OpsCenter property for this object.
|
UpdateServiceIntegrationConfig.Builder |
opsCenter(OpsCenterIntegrationConfig opsCenter)
Sets the value of the OpsCenter property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceIntegrationConfig.Builder opsCenter(OpsCenterIntegrationConfig opsCenter)
opsCenter - The new value for the OpsCenter property for this object.default UpdateServiceIntegrationConfig.Builder opsCenter(Consumer<OpsCenterIntegrationConfig.Builder> opsCenter)
OpsCenterIntegrationConfig.Builder
avoiding the need to create one manually via OpsCenterIntegrationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to opsCenter(OpsCenterIntegrationConfig).
opsCenter - a consumer that will call methods on OpsCenterIntegrationConfig.BuilderopsCenter(OpsCenterIntegrationConfig)UpdateServiceIntegrationConfig.Builder logsAnomalyDetection(LogsAnomalyDetectionIntegrationConfig 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 UpdateServiceIntegrationConfig.Builder logsAnomalyDetection(Consumer<LogsAnomalyDetectionIntegrationConfig.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 theLogsAnomalyDetectionIntegrationConfig.Builder avoiding the need to create one manually via
LogsAnomalyDetectionIntegrationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to logsAnomalyDetection(LogsAnomalyDetectionIntegrationConfig).
logsAnomalyDetection - a consumer that will call methods on LogsAnomalyDetectionIntegrationConfig.BuilderlogsAnomalyDetection(LogsAnomalyDetectionIntegrationConfig)UpdateServiceIntegrationConfig.Builder kmsServerSideEncryption(KMSServerSideEncryptionIntegrationConfig 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 UpdateServiceIntegrationConfig.Builder kmsServerSideEncryption(Consumer<KMSServerSideEncryptionIntegrationConfig.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 theKMSServerSideEncryptionIntegrationConfig.Builder avoiding the need to create one manually via
KMSServerSideEncryptionIntegrationConfig.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
kmsServerSideEncryption(KMSServerSideEncryptionIntegrationConfig).
kmsServerSideEncryption - a consumer that will call methods on KMSServerSideEncryptionIntegrationConfig.BuilderkmsServerSideEncryption(KMSServerSideEncryptionIntegrationConfig)Copyright © 2023. All rights reserved.