public static interface PutWebhookRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<PutWebhookRequest.Builder,PutWebhookRequest>
| Modifier and Type | Method and Description |
|---|---|
PutWebhookRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutWebhookRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutWebhookRequest.Builder |
tags(Collection<Tag> tags)
The tags for the webhook.
|
PutWebhookRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags for the webhook.
|
PutWebhookRequest.Builder |
tags(Tag... tags)
The tags for the webhook.
|
default 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.
|
PutWebhookRequest.Builder |
webhook(WebhookDefinition webhook)
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and
the action name.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutWebhookRequest.Builder webhook(WebhookDefinition webhook)
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name. Give the webhook a unique name that helps you identify it. You might name the webhook after the pipeline and action it targets so that you can easily recognize what it's used for later.
webhook - The detail provided in an input file to create the webhook, such as the webhook name, the pipeline
name, and the action name. Give the webhook a unique name that helps you identify it. You might name
the webhook after the pipeline and action it targets so that you can easily recognize what it's used
for later.default 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. Give the webhook a unique name that helps you identify it. You might name the webhook after the pipeline and action it targets so that you can easily recognize what it's used for later.
This is a convenience that creates an instance of theWebhookDefinition.Builder avoiding the need to
create one manually via WebhookDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to webhook(WebhookDefinition).webhook - a consumer that will call methods on WebhookDefinition.Builderwebhook(WebhookDefinition)PutWebhookRequest.Builder tags(Collection<Tag> tags)
The tags for the webhook.
tags - The tags for the webhook.PutWebhookRequest.Builder tags(Tag... tags)
The tags for the webhook.
tags - The tags for the webhook.PutWebhookRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags for the webhook.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) PutWebhookRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutWebhookRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.