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
Modifier and TypeMethodDescriptionerrorEntries(Collection<BatchPutPropertyErrorEntry> errorEntries) Entries that caused errors in the batch put operation.errorEntries(Consumer<BatchPutPropertyErrorEntry.Builder>... errorEntries) Entries that caused errors in the batch put operation.errorEntries(BatchPutPropertyErrorEntry... errorEntries) Entries that caused errors in the batch put operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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 toerrorEntries(List<BatchPutPropertyErrorEntry>).- 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:
-