public static interface UniqueProblem.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<UniqueProblem.Builder,UniqueProblem>
| Modifier and Type | Method and Description |
|---|---|
UniqueProblem.Builder |
message(String message)
A message about the unique problems' result.
|
UniqueProblem.Builder |
problems(Collection<Problem> problems)
Information about the problems.
|
UniqueProblem.Builder |
problems(Problem... problems)
Information about the problems.
|
copyapply, buildUniqueProblem.Builder message(String message)
A message about the unique problems' result.
message - A message about the unique problems' result.UniqueProblem.Builder problems(Collection<Problem> problems)
Information about the problems.
problems - Information about the problems.UniqueProblem.Builder problems(Problem... problems)
Information about the problems.
problems - Information about the problems.Copyright © 2017. All rights reserved.