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