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(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 itemsCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.