public static interface ListUniqueProblemsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListUniqueProblemsResponse.Builder,ListUniqueProblemsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUniqueProblemsResponse.Builder |
nextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned.
|
ListUniqueProblemsResponse.Builder |
uniqueProblems(Map<ExecutionResult,? extends Collection<UniqueProblem>> uniqueProblems)
Information about the unique problems.
|
ListUniqueProblemsResponse.Builder |
uniqueProblemsWithStrings(Map<String,? extends Collection<UniqueProblem>> uniqueProblems)
Information about the unique problems.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUniqueProblemsResponse.Builder uniqueProblemsWithStrings(Map<String,? extends Collection<UniqueProblem>> uniqueProblems)
Information about the unique problems.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
uniqueProblems - Information about the unique problems.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
ListUniqueProblemsResponse.Builder uniqueProblems(Map<ExecutionResult,? extends Collection<UniqueProblem>> uniqueProblems)
Information about the unique problems.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
uniqueProblems - Information about the unique problems.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
ListUniqueProblemsResponse.Builder nextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
nextToken - If the number of items that are returned is significantly large, this is an identifier that is also
returned. It can be used in a subsequent call to this operation to return the next set of items in the
list.Copyright © 2022. All rights reserved.