| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
CustomAction.Builder |
CustomAction.Builder.actionDefinition(ActionDefinition actionDefinition)
The custom action associated with the action name.
|
default CustomAction.Builder |
CustomAction.Builder.actionDefinition(Consumer<ActionDefinition.Builder> actionDefinition)
The custom action associated with the action name.
|
CustomAction.Builder |
CustomAction.Builder.actionName(String actionName)
The descriptive name of the custom action.
|
static CustomAction.Builder |
CustomAction.builder() |
CustomAction.Builder |
CustomAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomAction.Builder> |
CustomAction.serializableBuilderClass() |
Copyright © 2023. All rights reserved.