@Stability(value=Stable) public static final class CfnLifecyclePolicy.EventSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLifecyclePolicy.EventSourceProperty>
CfnLifecyclePolicy.EventSourceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLifecyclePolicy.EventSourceProperty |
build()
Builds the configured instance.
|
CfnLifecyclePolicy.EventSourceProperty.Builder |
parameters(CfnLifecyclePolicy.EventParametersProperty parameters)
Sets the value of
CfnLifecyclePolicy.EventSourceProperty.getParameters() |
CfnLifecyclePolicy.EventSourceProperty.Builder |
parameters(IResolvable parameters)
Sets the value of
CfnLifecyclePolicy.EventSourceProperty.getParameters() |
CfnLifecyclePolicy.EventSourceProperty.Builder |
type(String type)
Sets the value of
CfnLifecyclePolicy.EventSourceProperty.getType() |
@Stability(value=Stable) public CfnLifecyclePolicy.EventSourceProperty.Builder type(String type)
CfnLifecyclePolicy.EventSourceProperty.getType()type - The source of the event. This parameter is required.
Currently only managed CloudWatch Events rules are supported.this@Stability(value=Stable) public CfnLifecyclePolicy.EventSourceProperty.Builder parameters(CfnLifecyclePolicy.EventParametersProperty parameters)
CfnLifecyclePolicy.EventSourceProperty.getParameters()parameters - Information about the event.this@Stability(value=Stable) public CfnLifecyclePolicy.EventSourceProperty.Builder parameters(IResolvable parameters)
CfnLifecyclePolicy.EventSourceProperty.getParameters()parameters - Information about the event.this@Stability(value=Stable) public CfnLifecyclePolicy.EventSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnLifecyclePolicy.EventSourceProperty>CfnLifecyclePolicy.EventSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.