Struct aws_sdk_securityhub::model::action_target::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ActionTarget
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn action_target_arn(self, input: impl Into<String>) -> Self
pub fn action_target_arn(self, input: impl Into<String>) -> Self
The ARN for the target action.
sourcepub fn set_action_target_arn(self, input: Option<String>) -> Self
pub fn set_action_target_arn(self, input: Option<String>) -> Self
The ARN for the target action.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the target action.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the target action.
sourcepub fn build(self) -> ActionTarget
pub fn build(self) -> ActionTarget
Consumes the builder and constructs a ActionTarget
.