| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo.Builder |
ApplicationInfo.Builder.accountId(String accountId)
The AWS account ID for the owner of the application.
|
ApplicationInfo.Builder |
ApplicationInfo.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.
|
ApplicationInfo.Builder |
ApplicationInfo.Builder.autoConfigEnabled(Boolean autoConfigEnabled)
Indicates whether auto-configuration is turned on for this application.
|
static ApplicationInfo.Builder |
ApplicationInfo.builder() |
ApplicationInfo.Builder |
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 |
ApplicationInfo.Builder.discoveryType(DiscoveryType discoveryType)
The method used by Application Insights to onboard your resources.
|
ApplicationInfo.Builder |
ApplicationInfo.Builder.discoveryType(String discoveryType)
The method used by Application Insights to onboard your resources.
|
ApplicationInfo.Builder |
ApplicationInfo.Builder.lifeCycle(String lifeCycle)
The lifecycle of the application.
|
ApplicationInfo.Builder |
ApplicationInfo.Builder.opsCenterEnabled(Boolean opsCenterEnabled)
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights
for an application.
|
ApplicationInfo.Builder |
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 |
ApplicationInfo.Builder.remarks(String remarks)
The issues on the user side that block Application Insights from successfully monitoring an application.
|
ApplicationInfo.Builder |
ApplicationInfo.Builder.resourceGroupName(String resourceGroupName)
The name of the resource group used for the application.
|
ApplicationInfo.Builder |
ApplicationInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApplicationInfo.Builder> |
ApplicationInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.applicationInfo(Consumer<ApplicationInfo.Builder> applicationInfo)
Information about the application.
|
default DescribeApplicationResponse.Builder |
DescribeApplicationResponse.Builder.applicationInfo(Consumer<ApplicationInfo.Builder> applicationInfo)
Information about the application.
|
default CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.applicationInfo(Consumer<ApplicationInfo.Builder> applicationInfo)
Information about the application.
|
Copyright © 2023. All rights reserved.