ListWebhookItem.Builder |
ListWebhookItem.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the webhook.
|
static ListWebhookItem.Builder |
ListWebhookItem.builder() |
|
default ListWebhookItem.Builder |
ListWebhookItem.Builder.definition(Consumer<WebhookDefinition.Builder> definition) |
The detail returned for each webhook, such as the webhook authentication type and filter rules.
|
ListWebhookItem.Builder |
ListWebhookItem.Builder.definition(WebhookDefinition definition) |
The detail returned for each webhook, such as the webhook authentication type and filter rules.
|
ListWebhookItem.Builder |
ListWebhookItem.Builder.errorCode(String errorCode) |
The number code of the error.
|
ListWebhookItem.Builder |
ListWebhookItem.Builder.errorMessage(String errorMessage) |
The text of the error message about the webhook.
|
ListWebhookItem.Builder |
ListWebhookItem.Builder.lastTriggered(Instant lastTriggered) |
The date and time a webhook was last successfully triggered, in timestamp format.
|
ListWebhookItem.Builder |
ListWebhookItem.Builder.tags(Collection<Tag> tags) |
Specifies the tags applied to the webhook.
|
ListWebhookItem.Builder |
ListWebhookItem.Builder.tags(Consumer<Tag.Builder>... tags) |
Specifies the tags applied to the webhook.
|
ListWebhookItem.Builder |
ListWebhookItem.Builder.tags(Tag... tags) |
Specifies the tags applied to the webhook.
|
ListWebhookItem.Builder |
ListWebhookItem.toBuilder() |
|
ListWebhookItem.Builder |
ListWebhookItem.Builder.url(String url) |
A unique URL generated by CodePipeline.
|