CopyableBuilder<EndpointBatchRequest.Builder,EndpointBatchRequest>
, SdkBuilder<EndpointBatchRequest.Builder,EndpointBatchRequest>
public static interface EndpointBatchRequest.Builder extends CopyableBuilder<EndpointBatchRequest.Builder,EndpointBatchRequest>
Modifier and Type | Method | Description |
---|---|---|
EndpointBatchRequest.Builder |
item(Collection<EndpointBatchItem> item) |
List of items to update.
|
EndpointBatchRequest.Builder |
item(EndpointBatchItem... item) |
List of items to update.
|
copy
apply, build
EndpointBatchRequest.Builder item(Collection<EndpointBatchItem> item)
item
- List of items to update. Maximum 100 itemsEndpointBatchRequest.Builder item(EndpointBatchItem... item)
NOTE: This method appends the values to the existing list (if any). Use
#setItem(java.util.Collection)
or #withItem(java.util.Collection)
if you want to override the
existing values.
item
- List of items to update. Maximum 100 itemsCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.