Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.CustomAction.Builder
-
Packages that use CustomAction.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of CustomAction.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return CustomAction.Builder Modifier and Type Method Description default CustomAction.BuilderCustomAction.Builder. actionDefinition(Consumer<ActionDefinition.Builder> actionDefinition)The custom action associated with the action name.CustomAction.BuilderCustomAction.Builder. actionDefinition(ActionDefinition actionDefinition)The custom action associated with the action name.CustomAction.BuilderCustomAction.Builder. actionName(String actionName)The descriptive name of the custom action.static CustomAction.BuilderCustomAction. builder()CustomAction.BuilderCustomAction. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type CustomAction.Builder Modifier and Type Method Description static Class<? extends CustomAction.Builder>CustomAction. serializableBuilderClass()
-