public static interface ConfigurationEvent.Builder extends SdkPojo, CopyableBuilder<ConfigurationEvent.Builder,ConfigurationEvent>
| Modifier and Type | Method and Description |
|---|---|
ConfigurationEvent.Builder |
accountId(String accountId)
The AWS account ID for the owner of the application to which the configuration event belongs.
|
ConfigurationEvent.Builder |
eventDetail(String eventDetail)
The details of the event in plain text.
|
ConfigurationEvent.Builder |
eventResourceName(String eventResourceName)
The name of the resource Application Insights attempted to configure.
|
ConfigurationEvent.Builder |
eventResourceType(ConfigurationEventResourceType eventResourceType)
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
|
ConfigurationEvent.Builder |
eventResourceType(String eventResourceType)
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
|
ConfigurationEvent.Builder |
eventStatus(ConfigurationEventStatus eventStatus)
The status of the configuration update event.
|
ConfigurationEvent.Builder |
eventStatus(String eventStatus)
The status of the configuration update event.
|
ConfigurationEvent.Builder |
eventTime(Instant eventTime)
The timestamp of the event.
|
ConfigurationEvent.Builder |
monitoredResourceARN(String monitoredResourceARN)
The resource monitored by Application Insights.
|
ConfigurationEvent.Builder |
resourceGroupName(String resourceGroupName)
The name of the resource group of the application to which the configuration event belongs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigurationEvent.Builder resourceGroupName(String resourceGroupName)
The name of the resource group of the application to which the configuration event belongs.
resourceGroupName - The name of the resource group of the application to which the configuration event belongs.ConfigurationEvent.Builder accountId(String accountId)
The AWS account ID for the owner of the application to which the configuration event belongs.
accountId - The AWS account ID for the owner of the application to which the configuration event belongs.ConfigurationEvent.Builder monitoredResourceARN(String monitoredResourceARN)
The resource monitored by Application Insights.
monitoredResourceARN - The resource monitored by Application Insights.ConfigurationEvent.Builder eventStatus(String eventStatus)
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
eventStatus - The status of the configuration update event. Possible values include INFO, WARN, and ERROR.ConfigurationEventStatus,
ConfigurationEventStatusConfigurationEvent.Builder eventStatus(ConfigurationEventStatus eventStatus)
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
eventStatus - The status of the configuration update event. Possible values include INFO, WARN, and ERROR.ConfigurationEventStatus,
ConfigurationEventStatusConfigurationEvent.Builder eventResourceType(String eventResourceType)
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
eventResourceType - The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.ConfigurationEventResourceType,
ConfigurationEventResourceTypeConfigurationEvent.Builder eventResourceType(ConfigurationEventResourceType eventResourceType)
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
eventResourceType - The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.ConfigurationEventResourceType,
ConfigurationEventResourceTypeConfigurationEvent.Builder eventTime(Instant eventTime)
The timestamp of the event.
eventTime - The timestamp of the event.ConfigurationEvent.Builder eventDetail(String eventDetail)
The details of the event in plain text.
eventDetail - The details of the event in plain text.ConfigurationEvent.Builder eventResourceName(String eventResourceName)
The name of the resource Application Insights attempted to configure.
eventResourceName - The name of the resource Application Insights attempted to configure.Copyright © 2023. All rights reserved.