pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteTargetInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn target_address(self, input: impl Into<String>) -> Self
pub fn target_address(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.
sourcepub fn set_target_address(self, input: Option<String>) -> Self
pub fn set_target_address(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.
sourcepub fn force_unsubscribe_all(self, input: bool) -> Self
pub fn force_unsubscribe_all(self, input: bool) -> Self
A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.
sourcepub fn set_force_unsubscribe_all(self, input: Option<bool>) -> Self
pub fn set_force_unsubscribe_all(self, input: Option<bool>) -> Self
A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.
sourcepub fn build(self) -> Result<DeleteTargetInput, BuildError>
pub fn build(self) -> Result<DeleteTargetInput, BuildError>
Consumes the builder and constructs a DeleteTargetInput
.