CopyableBuilder<Problem.Builder,Problem>
, SdkBuilder<Problem.Builder,Problem>
public static interface Problem.Builder extends CopyableBuilder<Problem.Builder,Problem>
Modifier and Type | Method | Description |
---|---|---|
Problem.Builder |
device(Device device) |
Information about the associated device.
|
Problem.Builder |
job(ProblemDetail job) |
Information about the associated job.
|
Problem.Builder |
message(String message) |
A message about the problem's result.
|
Problem.Builder |
result(String result) |
The problem's result.
|
Problem.Builder |
result(ExecutionResult result) |
The problem's result.
|
Problem.Builder |
run(ProblemDetail run) |
Information about the associated run.
|
Problem.Builder |
suite(ProblemDetail suite) |
Information about the associated suite.
|
Problem.Builder |
test(ProblemDetail test) |
Information about the associated test.
|
copy
apply, build
Problem.Builder run(ProblemDetail run)
Information about the associated run.
run
- Information about the associated run.Problem.Builder job(ProblemDetail job)
Information about the associated job.
job
- Information about the associated job.Problem.Builder suite(ProblemDetail suite)
Information about the associated suite.
suite
- Information about the associated suite.Problem.Builder test(ProblemDetail test)
Information about the associated test.
test
- Information about the associated test.Problem.Builder device(Device device)
Information about the associated device.
device
- Information about the associated device.Problem.Builder result(String result)
The problem's result.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
result
- The problem's result.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
ExecutionResult
Problem.Builder result(ExecutionResult result)
The problem's result.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
result
- The problem's result.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
ExecutionResult
Problem.Builder message(String message)
A message about the problem's result.
message
- A message about the problem's result.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.