@Stability(value=Stable) public static final class CfnHookProps.Builder extends Object implements software.amazon.jsii.Builder<CfnHookProps>
CfnHookProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnHookProps |
build()
Builds the configured instance.
|
CfnHookProps.Builder |
properties(Map<String,? extends Object> properties)
Sets the value of
CfnHookProps.getProperties() |
CfnHookProps.Builder |
type(String type)
Sets the value of
CfnHookProps.getType() |
@Stability(value=Stable) public CfnHookProps.Builder type(String type)
CfnHookProps.getType()type - The type of the hook (for example, "AWS::CodeDeploy::BlueGreen"). This parameter is required.this@Stability(value=Stable) public CfnHookProps.Builder properties(Map<String,? extends Object> properties)
CfnHookProps.getProperties()properties - The properties of the hook.this@Stability(value=Stable) public CfnHookProps build()
build in interface software.amazon.jsii.Builder<CfnHookProps>CfnHookPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.