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.
NOTE: This method appends the values to the existing list (if any). Use
#setProblems(java.util.Collection) or #withProblems(java.util.Collection) if you want to
override the existing values.
problems - Information about the problems.Copyright © 2017. All rights reserved.