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() |
|