public static interface CreateEventActionRequest.Builder extends DataExchangeRequest.Builder, SdkPojo, CopyableBuilder<CreateEventActionRequest.Builder,CreateEventActionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEventActionRequest.Builder |
action(Action action)
What occurs after a certain event.
|
default CreateEventActionRequest.Builder |
action(Consumer<Action.Builder> action)
What occurs after a certain event.
|
default CreateEventActionRequest.Builder |
event(Consumer<Event.Builder> event)
What occurs to start an action.
|
CreateEventActionRequest.Builder |
event(Event event)
What occurs to start an action.
|
CreateEventActionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEventActionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEventActionRequest.Builder action(Action action)
What occurs after a certain event.
action - What occurs after a certain event.default CreateEventActionRequest.Builder action(Consumer<Action.Builder> action)
What occurs after a certain event.
This is a convenience method that creates an instance of theAction.Builder avoiding the need to
create one manually via Action.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to action(Action).
action - a consumer that will call methods on Action.Builderaction(Action)CreateEventActionRequest.Builder event(Event event)
What occurs to start an action.
event - What occurs to start an action.default CreateEventActionRequest.Builder event(Consumer<Event.Builder> event)
What occurs to start an action.
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 event(Event).
event - a consumer that will call methods on Event.Builderevent(Event)CreateEventActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEventActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.