pub struct Builder { /* private fields */ }
Expand description
A builder for RuleGroupSourceCustomActionsDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn action_definition(self, input: StatelessCustomActionDefinition) -> Self
pub fn action_definition(self, input: StatelessCustomActionDefinition) -> Self
The definition of a custom action.
sourcepub fn set_action_definition(
self,
input: Option<StatelessCustomActionDefinition>
) -> Self
pub fn set_action_definition(
self,
input: Option<StatelessCustomActionDefinition>
) -> Self
The definition of a custom action.
sourcepub fn action_name(self, input: impl Into<String>) -> Self
pub fn action_name(self, input: impl Into<String>) -> Self
A descriptive name of the custom action.
sourcepub fn set_action_name(self, input: Option<String>) -> Self
pub fn set_action_name(self, input: Option<String>) -> Self
A descriptive name of the custom action.
sourcepub fn build(self) -> RuleGroupSourceCustomActionsDetails
pub fn build(self) -> RuleGroupSourceCustomActionsDetails
Consumes the builder and constructs a RuleGroupSourceCustomActionsDetails
.