Struct aws_sdk_codepipeline::output::put_webhook_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PutWebhookOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn webhook(self, input: ListWebhookItem) -> Self
pub fn webhook(self, input: ListWebhookItem) -> Self
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
sourcepub fn set_webhook(self, input: Option<ListWebhookItem>) -> Self
pub fn set_webhook(self, input: Option<ListWebhookItem>) -> Self
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
sourcepub fn build(self) -> PutWebhookOutput
pub fn build(self) -> PutWebhookOutput
Consumes the builder and constructs a PutWebhookOutput
.