@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 - `CfnProject.ProjectTriggersProperty.BuildType`.this@Stability(value=Stable) public CfnProject.ProjectTriggersProperty.Builder filterGroups(IResolvable filterGroups)
CfnProject.ProjectTriggersProperty.getFilterGroups()filterGroups - `CfnProject.ProjectTriggersProperty.FilterGroups`.this@Stability(value=Stable) public CfnProject.ProjectTriggersProperty.Builder filterGroups(List<? extends Object> filterGroups)
CfnProject.ProjectTriggersProperty.getFilterGroups()filterGroups - `CfnProject.ProjectTriggersProperty.FilterGroups`.this@Stability(value=Stable) public CfnProject.ProjectTriggersProperty.Builder webhook(Boolean webhook)
CfnProject.ProjectTriggersProperty.getWebhook()webhook - `CfnProject.ProjectTriggersProperty.Webhook`.this@Stability(value=Stable) public CfnProject.ProjectTriggersProperty.Builder webhook(IResolvable webhook)
CfnProject.ProjectTriggersProperty.getWebhook()webhook - `CfnProject.ProjectTriggersProperty.Webhook`.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 © 2021. All rights reserved.