Interface EndpointBatchRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EndpointBatchRequest.Builder,EndpointBatchRequest>, SdkBuilder<EndpointBatchRequest.Builder,EndpointBatchRequest>, SdkPojo
Enclosing class:
EndpointBatchRequest

public static interface EndpointBatchRequest.Builder extends SdkPojo, CopyableBuilder<EndpointBatchRequest.Builder,EndpointBatchRequest>
  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the EndpointBatchItem.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<EndpointBatchItem>).

      Parameters:
      item - a consumer that will call methods on EndpointBatchItem.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: