Interface BatchPutPropertyValuesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchPutPropertyValuesResponse.Builder,BatchPutPropertyValuesResponse>,IoTTwinMakerResponse.Builder,SdkBuilder<BatchPutPropertyValuesResponse.Builder,BatchPutPropertyValuesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchPutPropertyValuesResponse
public static interface BatchPutPropertyValuesResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<BatchPutPropertyValuesResponse.Builder,BatchPutPropertyValuesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchPutPropertyValuesResponse.BuildererrorEntries(Collection<BatchPutPropertyErrorEntry> errorEntries)Entries that caused errors in the batch put operation.BatchPutPropertyValuesResponse.BuildererrorEntries(Consumer<BatchPutPropertyErrorEntry.Builder>... errorEntries)Entries that caused errors in the batch put operation.BatchPutPropertyValuesResponse.BuildererrorEntries(BatchPutPropertyErrorEntry... errorEntries)Entries that caused errors in the batch put operation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
errorEntries
BatchPutPropertyValuesResponse.Builder errorEntries(Collection<BatchPutPropertyErrorEntry> errorEntries)
Entries that caused errors in the batch put operation.
- Parameters:
errorEntries- Entries that caused errors in the batch put operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorEntries
BatchPutPropertyValuesResponse.Builder errorEntries(BatchPutPropertyErrorEntry... errorEntries)
Entries that caused errors in the batch put operation.
- Parameters:
errorEntries- Entries that caused errors in the batch put operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorEntries
BatchPutPropertyValuesResponse.Builder errorEntries(Consumer<BatchPutPropertyErrorEntry.Builder>... errorEntries)
Entries that caused errors in the batch put operation.
This is a convenience method that creates an instance of theBatchPutPropertyErrorEntry.Builderavoiding the need to create one manually viaBatchPutPropertyErrorEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errorEntries(List.) - Parameters:
errorEntries- a consumer that will call methods onBatchPutPropertyErrorEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errorEntries(java.util.Collection)
-
-