@Stability(value=Stable) public static final class CfnComponent.ComponentEventProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponent.ComponentEventProperty>
CfnComponent.ComponentEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComponent.ComponentEventProperty.Builder |
action(String action)
Sets the value of
CfnComponent.ComponentEventProperty.getAction() |
CfnComponent.ComponentEventProperty |
build()
Builds the configured instance.
|
CfnComponent.ComponentEventProperty.Builder |
parameters(CfnComponent.ActionParametersProperty parameters)
Sets the value of
CfnComponent.ComponentEventProperty.getParameters() |
CfnComponent.ComponentEventProperty.Builder |
parameters(IResolvable parameters)
Sets the value of
CfnComponent.ComponentEventProperty.getParameters() |
@Stability(value=Stable) public CfnComponent.ComponentEventProperty.Builder action(String action)
CfnComponent.ComponentEventProperty.getAction()action - The action to perform when a specific event is raised.this@Stability(value=Stable) public CfnComponent.ComponentEventProperty.Builder parameters(CfnComponent.ActionParametersProperty parameters)
CfnComponent.ComponentEventProperty.getParameters()parameters - Describes information about the action.this@Stability(value=Stable) public CfnComponent.ComponentEventProperty.Builder parameters(IResolvable parameters)
CfnComponent.ComponentEventProperty.getParameters()parameters - Describes information about the action.this@Stability(value=Stable) public CfnComponent.ComponentEventProperty build()
build in interface software.amazon.jsii.Builder<CfnComponent.ComponentEventProperty>CfnComponent.ComponentEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.