static Observation.Builder |
Observation.builder() |
|
Observation.Builder |
Observation.Builder.cloudWatchEventDetailType(String cloudWatchEventDetailType) |
The detail type of the CloudWatch Event-based observation, for example,
EC2 Instance State-change Notification.
|
Observation.Builder |
Observation.Builder.cloudWatchEventId(String cloudWatchEventId) |
The ID of the CloudWatch Event-based observation related to the detected problem.
|
Observation.Builder |
Observation.Builder.cloudWatchEventSource(String cloudWatchEventSource) |
The source of the CloudWatch Event.
|
Observation.Builder |
Observation.Builder.cloudWatchEventSource(CloudWatchEventSource cloudWatchEventSource) |
The source of the CloudWatch Event.
|
Observation.Builder |
Observation.Builder.codeDeployApplication(String codeDeployApplication) |
The CodeDeploy application to which the deployment belongs.
|
Observation.Builder |
Observation.Builder.codeDeployDeploymentGroup(String codeDeployDeploymentGroup) |
The deployment group to which the CodeDeploy deployment belongs.
|
Observation.Builder |
Observation.Builder.codeDeployDeploymentId(String codeDeployDeploymentId) |
The deployment ID of the CodeDeploy-based observation related to the detected problem.
|
Observation.Builder |
Observation.Builder.codeDeployInstanceGroupId(String codeDeployInstanceGroupId) |
The instance group to which the CodeDeploy instance belongs.
|
Observation.Builder |
Observation.Builder.codeDeployState(String codeDeployState) |
The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.
|
Observation.Builder |
Observation.Builder.ebsCause(String ebsCause) |
The cause of an EBS CloudWatch event.
|
Observation.Builder |
Observation.Builder.ebsEvent(String ebsEvent) |
The type of EBS CloudWatch event, such as createVolume, deleteVolume or
attachVolume.
|
Observation.Builder |
Observation.Builder.ebsRequestId(String ebsRequestId) |
The request ID of an EBS CloudWatch event.
|
Observation.Builder |
Observation.Builder.ebsResult(String ebsResult) |
The result of an EBS CloudWatch event, such as failed or succeeded.
|
Observation.Builder |
Observation.Builder.ec2State(String ec2State) |
The state of the instance, such as STOPPING or TERMINATING.
|
Observation.Builder |
Observation.Builder.endTime(Instant endTime) |
The time when the observation ended, in epoch seconds.
|
Observation.Builder |
Observation.Builder.healthEventArn(String healthEventArn) |
The Amazon Resource Name (ARN) of the AWS Health Event-based observation.
|
Observation.Builder |
Observation.Builder.healthEventDescription(String healthEventDescription) |
The description of the AWS Health event provided by the service, such as Amazon EC2.
|
Observation.Builder |
Observation.Builder.healthEventTypeCategory(String healthEventTypeCategory) |
The category of the AWS Health event, such as issue.
|
Observation.Builder |
Observation.Builder.healthEventTypeCode(String healthEventTypeCode) |
The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.
|
Observation.Builder |
Observation.Builder.healthService(String healthService) |
The service to which the AWS Health Event belongs, such as EC2.
|
Observation.Builder |
Observation.Builder.id(String id) |
The ID of the observation type.
|
Observation.Builder |
Observation.Builder.lineTime(Instant lineTime) |
The timestamp in the CloudWatch Logs that specifies when the matched line occurred.
|
Observation.Builder |
Observation.Builder.logFilter(String logFilter) |
The log filter of the observation.
|
Observation.Builder |
Observation.Builder.logFilter(LogFilter logFilter) |
The log filter of the observation.
|
Observation.Builder |
Observation.Builder.logGroup(String logGroup) |
The log group name.
|
Observation.Builder |
Observation.Builder.logText(String logText) |
The log text of the observation.
|
Observation.Builder |
Observation.Builder.metricName(String metricName) |
The name of the observation metric.
|
Observation.Builder |
Observation.Builder.metricNamespace(String metricNamespace) |
The namespace of the observation metric.
|
Observation.Builder |
Observation.Builder.rdsEventCategories(String rdsEventCategories) |
The category of an RDS event.
|
Observation.Builder |
Observation.Builder.rdsEventMessage(String rdsEventMessage) |
The message of an RDS event.
|
Observation.Builder |
Observation.Builder.s3EventName(String s3EventName) |
The name of the S3 CloudWatch Event-based observation.
|
Observation.Builder |
Observation.Builder.sourceARN(String sourceARN) |
The source resource ARN of the observation.
|
Observation.Builder |
Observation.Builder.sourceType(String sourceType) |
The source type of the observation.
|
Observation.Builder |
Observation.Builder.startTime(Instant startTime) |
The time when the observation was first detected, in epoch seconds.
|
Observation.Builder |
Observation.Builder.statesArn(String statesArn) |
The Amazon Resource Name (ARN) of the step function-based observation.
|
Observation.Builder |
Observation.Builder.statesExecutionArn(String statesExecutionArn) |
The Amazon Resource Name (ARN) of the step function execution-based observation.
|
Observation.Builder |
Observation.Builder.statesInput(String statesInput) |
The input to the step function-based observation.
|
Observation.Builder |
Observation.Builder.statesStatus(String statesStatus) |
The status of the step function-related observation.
|
Observation.Builder |
Observation.toBuilder() |
|
Observation.Builder |
Observation.Builder.unit(String unit) |
The unit of the source observation metric.
|
Observation.Builder |
Observation.Builder.value(Double value) |
The value of the source observation metric.
|
Observation.Builder |
Observation.Builder.xRayErrorPercent(Integer xRayErrorPercent) |
The X-Ray request error percentage for this node.
|
Observation.Builder |
Observation.Builder.xRayFaultPercent(Integer xRayFaultPercent) |
The X-Ray request fault percentage for this node.
|
Observation.Builder |
Observation.Builder.xRayNodeName(String xRayNodeName) |
The name of the X-Ray node.
|
Observation.Builder |
Observation.Builder.xRayNodeType(String xRayNodeType) |
The type of the X-Ray node.
|
Observation.Builder |
Observation.Builder.xRayRequestAverageLatency(Long xRayRequestAverageLatency) |
The X-Ray node request average latency for this node.
|
Observation.Builder |
Observation.Builder.xRayRequestCount(Integer xRayRequestCount) |
The X-Ray request count for this node.
|
Observation.Builder |
Observation.Builder.xRayThrottlePercent(Integer xRayThrottlePercent) |
The X-Ray request throttle percentage for this node.
|