pub struct Builder { /* private fields */ }Expand description
A builder for RegisterWebhookWithThirdPartyInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn webhook_name(self, input: impl Into<String>) -> Self
pub fn webhook_name(self, input: impl Into<String>) -> Self
The name of an existing webhook created with PutWebhook to register with a supported third party.
sourcepub fn set_webhook_name(self, input: Option<String>) -> Self
pub fn set_webhook_name(self, input: Option<String>) -> Self
The name of an existing webhook created with PutWebhook to register with a supported third party.
sourcepub fn build(self) -> Result<RegisterWebhookWithThirdPartyInput, BuildError>
pub fn build(self) -> Result<RegisterWebhookWithThirdPartyInput, BuildError>
Consumes the builder and constructs a RegisterWebhookWithThirdPartyInput.