CopyableBuilder<PutEvaluationsResponse.Builder,PutEvaluationsResponse>, SdkBuilder<PutEvaluationsResponse.Builder,PutEvaluationsResponse>public static interface PutEvaluationsResponse.Builder extends CopyableBuilder<PutEvaluationsResponse.Builder,PutEvaluationsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
PutEvaluationsResponse.Builder |
failedEvaluations(Collection<Evaluation> failedEvaluations) |
Requests that failed because of a client or server error.
|
PutEvaluationsResponse.Builder |
failedEvaluations(Evaluation... failedEvaluations) |
Requests that failed because of a client or server error.
|
copyapply, buildPutEvaluationsResponse.Builder failedEvaluations(Collection<Evaluation> failedEvaluations)
Requests that failed because of a client or server error.
failedEvaluations - Requests that failed because of a client or server error.PutEvaluationsResponse.Builder failedEvaluations(Evaluation... failedEvaluations)
Requests that failed because of a client or server error.
NOTE: This method appends the values to the existing list (if any). Use
#setFailedEvaluations(java.util.Collection) or #withFailedEvaluations(java.util.Collection)
if you want to override the existing values.
failedEvaluations - Requests that failed because of a client or server error.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.