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.
BatchPutPropertyError.Builder avoiding the need to
create one manually via
BatchPutPropertyError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchPutPropertyError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.