@Stability(value=Stable) public static final class CfnProject.ProjectTriggersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnProject.ProjectTriggersProperty>
CfnProject.ProjectTriggersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.ProjectTriggersProperty |
build()
Builds the configured instance.
|
CfnProject.ProjectTriggersProperty.Builder |
buildType(String buildType)
Sets the value of
CfnProject.ProjectTriggersProperty.getBuildType() |
CfnProject.ProjectTriggersProperty.Builder |
filterGroups(IResolvable filterGroups)
Sets the value of
CfnProject.ProjectTriggersProperty.getFilterGroups() |
CfnProject.ProjectTriggersProperty.Builder |
filterGroups(List<? extends Object> filterGroups)
Sets the value of
CfnProject.ProjectTriggersProperty.getFilterGroups() |
CfnProject.ProjectTriggersProperty.Builder |
webhook(Boolean webhook)
Sets the value of
CfnProject.ProjectTriggersProperty.getWebhook() |
CfnProject.ProjectTriggersProperty.Builder |
webhook(IResolvable webhook)
Sets the value of
CfnProject.ProjectTriggersProperty.getWebhook() |
@Stability(value=Stable) public CfnProject.ProjectTriggersProperty.Builder buildType(String buildType)
CfnProject.ProjectTriggersProperty.getBuildType()buildType - Specifies the type of build this webhook will trigger. Allowed values are:.
this@Stability(value=Stable) public CfnProject.ProjectTriggersProperty.Builder filterGroups(IResolvable filterGroups)
CfnProject.ProjectTriggersProperty.getFilterGroups()filterGroups - A list of lists of `WebhookFilter` objects used to determine which webhook events are triggered.
At least one WebhookFilter in the array must specify EVENT as its type.this@Stability(value=Stable) public CfnProject.ProjectTriggersProperty.Builder filterGroups(List<? extends Object> filterGroups)
CfnProject.ProjectTriggersProperty.getFilterGroups()filterGroups - A list of lists of `WebhookFilter` objects used to determine which webhook events are triggered.
At least one WebhookFilter in the array must specify EVENT as its type.this@Stability(value=Stable) public CfnProject.ProjectTriggersProperty.Builder webhook(Boolean webhook)
CfnProject.ProjectTriggersProperty.getWebhook()webhook - Specifies whether or not to begin automatically rebuilding the source code every time a code change is pushed to the repository.this@Stability(value=Stable) public CfnProject.ProjectTriggersProperty.Builder webhook(IResolvable webhook)
CfnProject.ProjectTriggersProperty.getWebhook()webhook - Specifies whether or not to begin automatically rebuilding the source code every time a code change is pushed to the repository.this@Stability(value=Stable) public CfnProject.ProjectTriggersProperty build()
build in interface software.amazon.jsii.Builder<CfnProject.ProjectTriggersProperty>CfnProject.ProjectTriggersPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.