public static interface BatchPutPropertyError.Builder extends SdkPojo, CopyableBuilder<BatchPutPropertyError.Builder,BatchPutPropertyError>
| Modifier and Type | Method and Description |
|---|---|
default BatchPutPropertyError.Builder |
entry(Consumer<PropertyValueEntry.Builder> entry)
An object that contains information about errors returned by the
BatchPutProperty action. |
BatchPutPropertyError.Builder |
entry(PropertyValueEntry entry)
An object that contains information about errors returned by the
BatchPutProperty action. |
BatchPutPropertyError.Builder |
errorCode(String errorCode)
The error code.
|
BatchPutPropertyError.Builder |
errorMessage(String errorMessage)
The error message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutPropertyError.Builder entry(PropertyValueEntry entry)
An object that contains information about errors returned by the BatchPutProperty action.
entry - An object that contains information about errors returned by the BatchPutProperty action.default BatchPutPropertyError.Builder entry(Consumer<PropertyValueEntry.Builder> entry)
An object that contains information about errors returned by the BatchPutProperty action.
PropertyValueEntry.Builder avoiding the
need to create one manually via PropertyValueEntry.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to entry(PropertyValueEntry).entry - a consumer that will call methods on PropertyValueEntry.Builderentry(PropertyValueEntry)BatchPutPropertyError.Builder errorCode(String errorCode)
The error code.
errorCode - The error code.BatchPutPropertyError.Builder errorMessage(String errorMessage)
The error message.
errorMessage - The error message.Copyright © 2022. All rights reserved.