| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static StatelessRulesAndCustomActions.Builder |
StatelessRulesAndCustomActions.builder() |
StatelessRulesAndCustomActions.Builder |
StatelessRulesAndCustomActions.Builder.customActions(Collection<CustomAction> customActions)
Defines an array of individual custom action definitions that are available for use by the stateless rules in
this
StatelessRulesAndCustomActions specification. |
StatelessRulesAndCustomActions.Builder |
StatelessRulesAndCustomActions.Builder.customActions(Consumer<CustomAction.Builder>... customActions)
Defines an array of individual custom action definitions that are available for use by the stateless rules in
this
StatelessRulesAndCustomActions specification. |
StatelessRulesAndCustomActions.Builder |
StatelessRulesAndCustomActions.Builder.customActions(CustomAction... customActions)
Defines an array of individual custom action definitions that are available for use by the stateless rules in
this
StatelessRulesAndCustomActions specification. |
StatelessRulesAndCustomActions.Builder |
StatelessRulesAndCustomActions.Builder.statelessRules(Collection<StatelessRule> statelessRules)
Defines the set of stateless rules for use in a stateless rule group.
|
StatelessRulesAndCustomActions.Builder |
StatelessRulesAndCustomActions.Builder.statelessRules(Consumer<StatelessRule.Builder>... statelessRules)
Defines the set of stateless rules for use in a stateless rule group.
|
StatelessRulesAndCustomActions.Builder |
StatelessRulesAndCustomActions.Builder.statelessRules(StatelessRule... statelessRules)
Defines the set of stateless rules for use in a stateless rule group.
|
StatelessRulesAndCustomActions.Builder |
StatelessRulesAndCustomActions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StatelessRulesAndCustomActions.Builder> |
StatelessRulesAndCustomActions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RulesSource.Builder |
RulesSource.Builder.statelessRulesAndCustomActions(Consumer<StatelessRulesAndCustomActions.Builder> statelessRulesAndCustomActions)
Stateless inspection criteria to be used in a stateless rule group.
|
Copyright © 2023. All rights reserved.