| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListWebhookItem.Builder> |
ListWebhookItem.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutWebhookResponse.Builder |
PutWebhookResponse.Builder.webhook(Consumer<ListWebhookItem.Builder> webhook)
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
|
Copyright © 2023. All rights reserved.