| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
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(ConfigurationEventResourceType eventResourceType)
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.eventResourceType(String eventResourceType)
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.eventStatus(ConfigurationEventStatus eventStatus)
The status of the configuration update event.
|
ConfigurationEvent.Builder |
ConfigurationEvent.Builder.eventStatus(String 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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConfigurationEvent.Builder> |
ConfigurationEvent.serializableBuilderClass() |
Copyright © 2020. All rights reserved.