CopyableBuilder<ReviewReport.Builder,ReviewReport>
, SdkBuilder<ReviewReport.Builder,ReviewReport>
public static interface ReviewReport.Builder extends CopyableBuilder<ReviewReport.Builder,ReviewReport>
Modifier and Type | Method | Description |
---|---|---|
ReviewReport.Builder |
reviewActions(Collection<ReviewActionDetail> reviewActions) |
A list of ReviewAction objects for each action specified in the Review Policy.
|
ReviewReport.Builder |
reviewActions(ReviewActionDetail... reviewActions) |
A list of ReviewAction objects for each action specified in the Review Policy.
|
ReviewReport.Builder |
reviewResults(Collection<ReviewResultDetail> reviewResults) |
A list of ReviewResults objects for each action specified in the Review Policy.
|
ReviewReport.Builder |
reviewResults(ReviewResultDetail... reviewResults) |
A list of ReviewResults objects for each action specified in the Review Policy.
|
copy
apply, build
ReviewReport.Builder reviewResults(Collection<ReviewResultDetail> reviewResults)
A list of ReviewResults objects for each action specified in the Review Policy.
reviewResults
- A list of ReviewResults objects for each action specified in the Review Policy.ReviewReport.Builder reviewResults(ReviewResultDetail... reviewResults)
A list of ReviewResults objects for each action specified in the Review Policy.
NOTE: This method appends the values to the existing list (if any). Use
#setReviewResults(java.util.Collection)
or #withReviewResults(java.util.Collection)
if you
want to override the existing values.
reviewResults
- A list of ReviewResults objects for each action specified in the Review Policy.ReviewReport.Builder reviewActions(Collection<ReviewActionDetail> reviewActions)
A list of ReviewAction objects for each action specified in the Review Policy.
reviewActions
- A list of ReviewAction objects for each action specified in the Review Policy.ReviewReport.Builder reviewActions(ReviewActionDetail... reviewActions)
A list of ReviewAction objects for each action specified in the Review Policy.
NOTE: This method appends the values to the existing list (if any). Use
#setReviewActions(java.util.Collection)
or #withReviewActions(java.util.Collection)
if you
want to override the existing values.
reviewActions
- A list of ReviewAction objects for each action specified in the Review Policy.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.