pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateActionTargetInput
.
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 update.
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 update.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The updated name of the custom action target.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The updated name of the custom action target.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The updated description for the custom action target.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The updated description for the custom action target.
sourcepub fn build(self) -> Result<UpdateActionTargetInput, BuildError>
pub fn build(self) -> Result<UpdateActionTargetInput, BuildError>
Consumes the builder and constructs a UpdateActionTargetInput
.