public static interface UpdateEventActionRequest.Builder extends DataExchangeRequest.Builder, SdkPojo, CopyableBuilder<UpdateEventActionRequest.Builder,UpdateEventActionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEventActionRequest.Builder |
action(Action action)
What occurs after a certain event.
|
default UpdateEventActionRequest.Builder |
action(Consumer<Action.Builder> action)
What occurs after a certain event.
|
UpdateEventActionRequest.Builder |
eventActionId(String eventActionId)
The unique identifier for the event action.
|
UpdateEventActionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEventActionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEventActionRequest.Builder action(Action action)
What occurs after a certain event.
action - What occurs after a certain event.default UpdateEventActionRequest.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)UpdateEventActionRequest.Builder eventActionId(String eventActionId)
The unique identifier for the event action.
eventActionId - The unique identifier for the event action.UpdateEventActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEventActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.