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, sdkFieldscopyapplyMutation, buildEndpointBatchRequest.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 method that creates an instance of theEndpointBatchItem.Builder avoiding the need to create
one manually via EndpointBatchItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #item(List.
item - a consumer that will call methods on
EndpointBatchItem.Builder#item(java.util.Collection) Copyright © 2023. All rights reserved.