public static interface BatchPutPropertyErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchPutPropertyErrorEntry.Builder,BatchPutPropertyErrorEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchPutPropertyErrorEntry.Builder |
errors(BatchPutPropertyError... errors)
A list of objects that contain information about errors returned by the
BatchPutProperty action. |
BatchPutPropertyErrorEntry.Builder |
errors(Collection<BatchPutPropertyError> errors)
A list of objects that contain information about errors returned by the
BatchPutProperty action. |
BatchPutPropertyErrorEntry.Builder |
errors(Consumer<BatchPutPropertyError.Builder>... errors)
A list of objects that contain information about errors returned by the
BatchPutProperty action. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutPropertyErrorEntry.Builder errors(Collection<BatchPutPropertyError> errors)
A list of objects that contain information about errors returned by the BatchPutProperty action.
errors - A list of objects that contain information about errors returned by the BatchPutProperty
action.BatchPutPropertyErrorEntry.Builder errors(BatchPutPropertyError... errors)
A list of objects that contain information about errors returned by the BatchPutProperty action.
errors - A list of objects that contain information about errors returned by the BatchPutProperty
action.BatchPutPropertyErrorEntry.Builder errors(Consumer<BatchPutPropertyError.Builder>... errors)
A list of objects that contain information about errors returned by the BatchPutProperty action.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2022. All rights reserved.