public static interface EndpointBatchRequest.Builder extends CopyableBuilder<EndpointBatchRequest.Builder,EndpointBatchRequest>
| Modifier and Type | Method and Description |
|---|---|
EndpointBatchRequest.Builder |
item(Collection<EndpointBatchItem> item)
List of items to update.
|
EndpointBatchRequest.Builder |
item(Consumer<EndpointBatchItem.Builder>... item)
List of items to update.
|
EndpointBatchRequest.Builder |
item(EndpointBatchItem... item)
List of items to update.
|
copyapply, buildEndpointBatchRequest.Builder item(Collection<EndpointBatchItem> item)
item - List of items to update. Maximum 100 itemsEndpointBatchRequest.Builder item(EndpointBatchItem... item)
item - List of items to update. Maximum 100 itemsEndpointBatchRequest.Builder item(Consumer<EndpointBatchItem.Builder>... item)
.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #item(List) .item - a consumer that will call methods on List.Builder #item(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.