public static interface PutEventsRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<PutEventsRequest.Builder,PutEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
PutEventsRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
default PutEventsRequest.Builder |
eventsRequest(Consumer<EventsRequest.Builder> eventsRequest)
Sets the value of the EventsRequest property for this object.
|
PutEventsRequest.Builder |
eventsRequest(EventsRequest eventsRequest)
Sets the value of the EventsRequest property for this object.
|
PutEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEventsRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on
the Amazon Pinpoint console.PutEventsRequest.Builder eventsRequest(EventsRequest eventsRequest)
eventsRequest - The new value for the EventsRequest property for this object.default PutEventsRequest.Builder eventsRequest(Consumer<EventsRequest.Builder> eventsRequest)
EventsRequest.Builder avoiding the need
to create one manually via EventsRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to eventsRequest(EventsRequest).eventsRequest - a consumer that will call methods on EventsRequest.BuildereventsRequest(EventsRequest)PutEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.