pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteActionTargetInput
.
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 of the custom action target to delete.
sourcepub fn set_action_target_arn(self, input: Option<String>) -> Self
pub fn set_action_target_arn(self, input: Option<String>) -> Self
The ARN of the custom action target to delete.
sourcepub fn build(self) -> Result<DeleteActionTargetInput, BuildError>
pub fn build(self) -> Result<DeleteActionTargetInput, BuildError>
Consumes the builder and constructs a DeleteActionTargetInput
.