public static interface UpdateApplicationRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest.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. |
UpdateApplicationRequest.Builder |
opsCenterEnabled(Boolean opsCenterEnabled)
When set to
true, creates opsItems for any problems detected on an application. |
UpdateApplicationRequest.Builder |
opsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItem.
|
UpdateApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateApplicationRequest.Builder |
removeSNSTopic(Boolean removeSNSTopic)
Disassociates the SNS topic from the opsItem created for detected problems.
|
UpdateApplicationRequest.Builder |
resourceGroupName(String resourceGroupName)
The name of the resource group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApplicationRequest.Builder resourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.UpdateApplicationRequest.Builder opsCenterEnabled(Boolean opsCenterEnabled)
When set to true, creates opsItems for any problems detected on an application.
opsCenterEnabled - When set to true, creates opsItems for any problems detected on an application.UpdateApplicationRequest.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.UpdateApplicationRequest.Builder opsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
opsItemSNSTopicArn - The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you
to receive notifications for updates to the opsItem.UpdateApplicationRequest.Builder removeSNSTopic(Boolean removeSNSTopic)
Disassociates the SNS topic from the opsItem created for detected problems.
removeSNSTopic - Disassociates the SNS topic from the opsItem created for detected problems.UpdateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.