@Stability(value=Stable) public static final class CfnDeploymentGroup.TriggerConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.TriggerConfigProperty>
CfnDeploymentGroup.TriggerConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDeploymentGroup.TriggerConfigProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.TriggerConfigProperty.Builder |
triggerEvents(List<String> triggerEvents)
Sets the value of
CfnDeploymentGroup.TriggerConfigProperty.getTriggerEvents() |
CfnDeploymentGroup.TriggerConfigProperty.Builder |
triggerName(String triggerName)
Sets the value of
CfnDeploymentGroup.TriggerConfigProperty.getTriggerName() |
CfnDeploymentGroup.TriggerConfigProperty.Builder |
triggerTargetArn(String triggerTargetArn)
Sets the value of
CfnDeploymentGroup.TriggerConfigProperty.getTriggerTargetArn() |
@Stability(value=Stable) public CfnDeploymentGroup.TriggerConfigProperty.Builder triggerEvents(List<String> triggerEvents)
CfnDeploymentGroup.TriggerConfigProperty.getTriggerEvents()
triggerEvents
- `CfnDeploymentGroup.TriggerConfigProperty.TriggerEvents`.this
@Stability(value=Stable) public CfnDeploymentGroup.TriggerConfigProperty.Builder triggerName(String triggerName)
CfnDeploymentGroup.TriggerConfigProperty.getTriggerName()
triggerName
- `CfnDeploymentGroup.TriggerConfigProperty.TriggerName`.this
@Stability(value=Stable) public CfnDeploymentGroup.TriggerConfigProperty.Builder triggerTargetArn(String triggerTargetArn)
CfnDeploymentGroup.TriggerConfigProperty.getTriggerTargetArn()
triggerTargetArn
- `CfnDeploymentGroup.TriggerConfigProperty.TriggerTargetArn`.this
@Stability(value=Stable) public CfnDeploymentGroup.TriggerConfigProperty build()
build
in interface software.amazon.jsii.Builder<CfnDeploymentGroup.TriggerConfigProperty>
CfnDeploymentGroup.TriggerConfigProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.