public static interface EventsBatch.Builder extends SdkPojo, CopyableBuilder<EventsBatch.Builder,EventsBatch>
| Modifier and Type | Method and Description |
|---|---|
default EventsBatch.Builder |
endpoint(Consumer<PublicEndpoint.Builder> endpoint)
A set of properties and attributes that are associated with the endpoint.
|
EventsBatch.Builder |
endpoint(PublicEndpoint endpoint)
A set of properties and attributes that are associated with the endpoint.
|
EventsBatch.Builder |
events(Map<String,Event> events)
A set of properties that are associated with the event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventsBatch.Builder endpoint(PublicEndpoint endpoint)
A set of properties and attributes that are associated with the endpoint.
endpoint - A set of properties and attributes that are associated with the endpoint.default EventsBatch.Builder endpoint(Consumer<PublicEndpoint.Builder> endpoint)
A set of properties and attributes that are associated with the endpoint.
This is a convenience that creates an instance of thePublicEndpoint.Builder avoiding the need to
create one manually via PublicEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to endpoint(PublicEndpoint).endpoint - a consumer that will call methods on PublicEndpoint.Builderendpoint(PublicEndpoint)EventsBatch.Builder events(Map<String,Event> events)
A set of properties that are associated with the event.
events - A set of properties that are associated with the event.Copyright © 2021. All rights reserved.