CopyableBuilder<UniqueProblem.Builder,UniqueProblem>
, SdkBuilder<UniqueProblem.Builder,UniqueProblem>
public static interface UniqueProblem.Builder extends CopyableBuilder<UniqueProblem.Builder,UniqueProblem>
Modifier and Type | Method | 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.
|
copy
apply, build
UniqueProblem.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 Amazon Web Services, Inc. All Rights Reserved.