public static interface ConfigurationEvent.Builder extends SdkPojo, CopyableBuilder<ConfigurationEvent.Builder,ConfigurationEvent>
| Modifier and Type | Method and Description |
|---|---|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigurationEvent.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 © 2020. All rights reserved.