public static interface PutProjectEventsRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<PutProjectEventsRequest.Builder,PutProjectEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
PutProjectEventsRequest.Builder |
events(Collection<Event> events)
An array of event structures that contain the performance data that is being sent to Evidently.
|
PutProjectEventsRequest.Builder |
events(Consumer<Event.Builder>... events)
An array of event structures that contain the performance data that is being sent to Evidently.
|
PutProjectEventsRequest.Builder |
events(Event... events)
An array of event structures that contain the performance data that is being sent to Evidently.
|
PutProjectEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutProjectEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutProjectEventsRequest.Builder |
project(String project)
The name or ARN of the project to write the events to.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutProjectEventsRequest.Builder events(Collection<Event> events)
An array of event structures that contain the performance data that is being sent to Evidently.
events - An array of event structures that contain the performance data that is being sent to Evidently.PutProjectEventsRequest.Builder events(Event... events)
An array of event structures that contain the performance data that is being sent to Evidently.
events - An array of event structures that contain the performance data that is being sent to Evidently.PutProjectEventsRequest.Builder events(Consumer<Event.Builder>... events)
An array of event structures that contain the performance data that is being sent to Evidently.
This is a convenience method that creates an instance of theEvent.Builder avoiding the need to create one
manually via Event.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #events(List.
events - a consumer that will call methods on
Event.Builder#events(java.util.Collection) PutProjectEventsRequest.Builder project(String project)
The name or ARN of the project to write the events to.
project - The name or ARN of the project to write the events to.PutProjectEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutProjectEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.