public static interface EndpointBatchRequest.Builder extends SdkPojo, CopyableBuilder<EndpointBatchRequest.Builder,EndpointBatchRequest>
Modifier and Type | Method and Description |
---|---|
EndpointBatchRequest.Builder |
item(Collection<EndpointBatchItem> item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
EndpointBatchRequest.Builder |
item(Consumer<EndpointBatchItem.Builder>... item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
EndpointBatchRequest.Builder |
item(EndpointBatchItem... item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EndpointBatchRequest.Builder item(Collection<EndpointBatchItem> item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.
item
- An array that defines the endpoints to create or update and, for each endpoint, the property values to
set or change. An array can contain a maximum of 100 items.EndpointBatchRequest.Builder item(EndpointBatchItem... item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.
item
- An array that defines the endpoints to create or update and, for each endpoint, the property values to
set or change. An array can contain a maximum of 100 items.EndpointBatchRequest.Builder item(Consumer<EndpointBatchItem.Builder>... item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#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 © 2019. All rights reserved.