| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
WebhookDefinition.Builder |
WebhookDefinition.Builder.authentication(String authentication)
Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.authentication(WebhookAuthenticationType authentication)
Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.
|
default WebhookDefinition.Builder |
WebhookDefinition.Builder.authenticationConfiguration(Consumer<WebhookAuthConfiguration.Builder> authenticationConfiguration)
Properties that configure the authentication applied to incoming webhook trigger requests.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.authenticationConfiguration(WebhookAuthConfiguration authenticationConfiguration)
Properties that configure the authentication applied to incoming webhook trigger requests.
|
static WebhookDefinition.Builder |
WebhookDefinition.builder() |
WebhookDefinition.Builder |
WebhookDefinition.Builder.filters(Collection<WebhookFilterRule> filters)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.filters(Consumer<WebhookFilterRule.Builder>... filters)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.filters(WebhookFilterRule... filters)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.name(String name)
The name of the webhook.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.targetAction(String targetAction)
The name of the action in a pipeline you want to connect to the webhook.
|
WebhookDefinition.Builder |
WebhookDefinition.Builder.targetPipeline(String targetPipeline)
The name of the pipeline you want to connect to the webhook.
|
WebhookDefinition.Builder |
WebhookDefinition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WebhookDefinition.Builder> |
WebhookDefinition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default PutWebhookRequest.Builder |
PutWebhookRequest.Builder.webhook(Consumer<WebhookDefinition.Builder> webhook)
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and
the action name.
|
Copyright © 2023. All rights reserved.