Interface BatchPutPropertyErrorEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchPutPropertyErrorEntry.Builder,BatchPutPropertyErrorEntry>,SdkBuilder<BatchPutPropertyErrorEntry.Builder,BatchPutPropertyErrorEntry>,SdkPojo
- Enclosing class:
- BatchPutPropertyErrorEntry
public static interface BatchPutPropertyErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchPutPropertyErrorEntry.Builder,BatchPutPropertyErrorEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchPutPropertyErrorEntry.Buildererrors(Collection<BatchPutPropertyError> errors)A list of objects that contain information about errors returned by theBatchPutPropertyaction.BatchPutPropertyErrorEntry.Buildererrors(Consumer<BatchPutPropertyError.Builder>... errors)A list of objects that contain information about errors returned by theBatchPutPropertyaction.BatchPutPropertyErrorEntry.Buildererrors(BatchPutPropertyError... errors)A list of objects that contain information about errors returned by theBatchPutPropertyaction.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
errors
BatchPutPropertyErrorEntry.Builder errors(Collection<BatchPutPropertyError> errors)
A list of objects that contain information about errors returned by the
BatchPutPropertyaction.- Parameters:
errors- A list of objects that contain information about errors returned by theBatchPutPropertyaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchPutPropertyErrorEntry.Builder errors(BatchPutPropertyError... errors)
A list of objects that contain information about errors returned by the
BatchPutPropertyaction.- Parameters:
errors- A list of objects that contain information about errors returned by theBatchPutPropertyaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchPutPropertyErrorEntry.Builder errors(Consumer<BatchPutPropertyError.Builder>... errors)
A list of objects that contain information about errors returned by the
This is a convenience method that creates an instance of theBatchPutPropertyaction.BatchPutPropertyError.Builderavoiding the need to create one manually viaBatchPutPropertyError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errors(List.) - Parameters:
errors- a consumer that will call methods onBatchPutPropertyError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errors(java.util.Collection)
-
-