UpdateApplicationRequest.Builder |
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 |
UpdateApplicationRequest.Builder.autoConfigEnabled(Boolean autoConfigEnabled) |
Turns auto-configuration on or off.
|
static UpdateApplicationRequest.Builder |
UpdateApplicationRequest.builder() |
|
UpdateApplicationRequest.Builder |
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 |
UpdateApplicationRequest.Builder.opsCenterEnabled(Boolean opsCenterEnabled) |
When set to true, creates opsItems for any problems detected on an application.
|
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.opsItemSNSTopicArn(String opsItemSNSTopicArn) |
The SNS topic provided to Application Insights that is associated to the created opsItem.
|
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.removeSNSTopic(Boolean removeSNSTopic) |
Disassociates the SNS topic from the opsItem created for detected problems.
|
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.resourceGroupName(String resourceGroupName) |
The name of the resource group.
|
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.toBuilder() |
|