ConfigurationEvent.Builder |
ConfigurationEvent.Builder.accountId(String accountId) |
The AWS account ID for the owner of the application to which the configuration event belongs.
|
static ConfigurationEvent.Builder |
ConfigurationEvent.builder() |
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.eventDetail(String eventDetail) |
The details of the event in plain text.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.eventResourceName(String eventResourceName) |
The name of the resource Application Insights attempted to configure.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.eventResourceType(String eventResourceType) |
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.eventResourceType(ConfigurationEventResourceType eventResourceType) |
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.eventStatus(String eventStatus) |
The status of the configuration update event.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.eventStatus(ConfigurationEventStatus eventStatus) |
The status of the configuration update event.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.eventTime(Instant eventTime) |
The timestamp of the event.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.monitoredResourceARN(String monitoredResourceARN) |
The resource monitored by Application Insights.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.resourceGroupName(String resourceGroupName) |
The name of the resource group of the application to which the configuration event belongs.
|
ConfigurationEvent.Builder |
ConfigurationEvent.toBuilder() |
|