@Stability(value=Stable) public static final class CfnHookDefaultVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnHookDefaultVersionProps>
CfnHookDefaultVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnHookDefaultVersionProps |
build()
Builds the configured instance.
|
CfnHookDefaultVersionProps.Builder |
typeName(String typeName)
Sets the value of
CfnHookDefaultVersionProps.getTypeName() |
CfnHookDefaultVersionProps.Builder |
typeVersionArn(String typeVersionArn)
Sets the value of
CfnHookDefaultVersionProps.getTypeVersionArn() |
CfnHookDefaultVersionProps.Builder |
versionId(String versionId)
Sets the value of
CfnHookDefaultVersionProps.getVersionId() |
@Stability(value=Stable) public CfnHookDefaultVersionProps.Builder typeName(String typeName)
CfnHookDefaultVersionProps.getTypeName()typeName - The name of the hook.
You must specify either TypeVersionArn , or TypeName and VersionId .this@Stability(value=Stable) public CfnHookDefaultVersionProps.Builder typeVersionArn(String typeVersionArn)
CfnHookDefaultVersionProps.getTypeVersionArn()typeVersionArn - The version ID of the type configuration.
You must specify either TypeVersionArn , or TypeName and VersionId .this@Stability(value=Stable) public CfnHookDefaultVersionProps.Builder versionId(String versionId)
CfnHookDefaultVersionProps.getVersionId()versionId - The version ID of the type specified.
You must specify either TypeVersionArn , or TypeName and VersionId .this@Stability(value=Stable) public CfnHookDefaultVersionProps build()
build in interface software.amazon.jsii.Builder<CfnHookDefaultVersionProps>CfnHookDefaultVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.