public static interface UpdateApplicationRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest.Builder |
attachMissingPermission(Boolean attachMissingPermission)
If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are
missing.
|
UpdateApplicationRequest.Builder |
autoConfigEnabled(Boolean autoConfigEnabled)
Turns auto-configuration on or off.
|
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 autoConfigEnabled(Boolean autoConfigEnabled)
Turns auto-configuration on or off.
autoConfigEnabled - Turns auto-configuration on or off.UpdateApplicationRequest.Builder attachMissingPermission(Boolean attachMissingPermission)
If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
attachMissingPermission - If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are
missing.UpdateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.