Interface ConfigurationEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfigurationEvent.Builder,
,ConfigurationEvent> SdkBuilder<ConfigurationEvent.Builder,
,ConfigurationEvent> SdkPojo
- Enclosing class:
ConfigurationEvent
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID for the owner of the application to which the configuration event belongs.eventDetail
(String eventDetail) The details of the event in plain text.eventResourceName
(String eventResourceName) The name of the resource Application Insights attempted to configure.eventResourceType
(String eventResourceType) The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.eventResourceType
(ConfigurationEventResourceType eventResourceType) The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.eventStatus
(String eventStatus) The status of the configuration update event.eventStatus
(ConfigurationEventStatus eventStatus) The status of the configuration update event.The timestamp of the event.monitoredResourceARN
(String monitoredResourceARN) The resource monitored by Application Insights.resourceGroupName
(String resourceGroupName) The name of the resource group of the application to which the configuration event belongs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceGroupName
The name of the resource group of the application to which the configuration event belongs.
- Parameters:
resourceGroupName
- The name of the resource group of the application to which the configuration event belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The AWS account ID for the owner of the application to which the configuration event belongs.
- Parameters:
accountId
- The AWS account ID for the owner of the application to which the configuration event belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoredResourceARN
The resource monitored by Application Insights.
- Parameters:
monitoredResourceARN
- The resource monitored by Application Insights.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventStatus
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
- Parameters:
eventStatus
- The status of the configuration update event. Possible values include INFO, WARN, and ERROR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventStatus
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
- Parameters:
eventStatus
- The status of the configuration update event. Possible values include INFO, WARN, and ERROR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventResourceType
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
- Parameters:
eventResourceType
- The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventResourceType
The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.
- Parameters:
eventResourceType
- The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventTime
The timestamp of the event.
- Parameters:
eventTime
- The timestamp of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDetail
The details of the event in plain text.
- Parameters:
eventDetail
- The details of the event in plain text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventResourceName
The name of the resource Application Insights attempted to configure.
- Parameters:
eventResourceName
- The name of the resource Application Insights attempted to configure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-