public static interface ApplicationInfo.Builder extends SdkPojo, CopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo.Builder |
cweMonitorEnabled(Boolean cweMonitorEnabled)
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated, failed deployment, and others. |
ApplicationInfo.Builder |
lifeCycle(String lifeCycle)
The lifecycle of the application.
|
ApplicationInfo.Builder |
opsCenterEnabled(Boolean opsCenterEnabled)
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights
for an application.
|
ApplicationInfo.Builder |
opsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS
notifications for opsItem updates.
|
ApplicationInfo.Builder |
remarks(String remarks)
The issues on the user side that block Application Insights from successfully monitoring an application.
|
ApplicationInfo.Builder |
resourceGroupName(String resourceGroupName)
The name of the resource group used for the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationInfo.Builder resourceGroupName(String resourceGroupName)
The name of the resource group used for the application.
resourceGroupName - The name of the resource group used for the application.ApplicationInfo.Builder lifeCycle(String lifeCycle)
The lifecycle of the application.
lifeCycle - The lifecycle of the application.ApplicationInfo.Builder opsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
opsItemSNSTopicArn - The SNS topic provided to Application Insights that is associated to the created opsItems to receive
SNS notifications for opsItem updates.ApplicationInfo.Builder opsCenterEnabled(Boolean opsCenterEnabled)
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
opsCenterEnabled - Indicates whether Application Insights will create opsItems for any problem detected by Application
Insights for an application.ApplicationInfo.Builder cweMonitorEnabled(Boolean cweMonitorEnabled)
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated, failed deployment, and others.
cweMonitorEnabled - Indicates whether Application Insights can listen to CloudWatch events for the application resources,
such as instance terminated, failed deployment, and others.ApplicationInfo.Builder remarks(String remarks)
The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:
“Configuring application, detected 1 Errors, 3 Warnings”
“Configuring application, detected 1 Unconfigured Components”
remarks - The issues on the user side that block Application Insights from successfully monitoring an
application. Example remarks include:
“Configuring application, detected 1 Errors, 3 Warnings”
“Configuring application, detected 1 Unconfigured Components”
Copyright © 2020. All rights reserved.