@Stability(value=Stable) public static final class CfnHookDefaultVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnHookDefaultVersion>
CfnHookDefaultVersion.| Modifier and Type | Method and Description |
|---|---|
CfnHookDefaultVersion |
build() |
static CfnHookDefaultVersion.Builder |
create(software.constructs.Construct scope,
String id) |
CfnHookDefaultVersion.Builder |
typeName(String typeName)
The name of the hook.
|
CfnHookDefaultVersion.Builder |
typeVersionArn(String typeVersionArn)
The version ID of the type configuration.
|
CfnHookDefaultVersion.Builder |
versionId(String versionId)
The version ID of the type specified.
|
@Stability(value=Stable) public static CfnHookDefaultVersion.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnHookDefaultVersion.Builder.@Stability(value=Stable) public CfnHookDefaultVersion.Builder typeName(String typeName)
You must specify either TypeVersionArn , or TypeName and VersionId .
typeName - The name of the hook. This parameter is required.this@Stability(value=Stable) public CfnHookDefaultVersion.Builder typeVersionArn(String typeVersionArn)
You must specify either TypeVersionArn , or TypeName and VersionId .
typeVersionArn - The version ID of the type configuration. This parameter is required.this@Stability(value=Stable) public CfnHookDefaultVersion.Builder versionId(String versionId)
You must specify either TypeVersionArn , or TypeName and VersionId .
versionId - The version ID of the type specified. This parameter is required.this@Stability(value=Stable) public CfnHookDefaultVersion build()
build in interface software.amazon.jsii.Builder<CfnHookDefaultVersion>Copyright © 2022. All rights reserved.