Class CfnHookDefaultVersionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.cloudformation.mixins.CfnHookDefaultVersionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHookDefaultVersionPropsMixin>
- Enclosing class:
CfnHookDefaultVersionPropsMixin
@Stability(Stable)
public static final class CfnHookDefaultVersionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHookDefaultVersionPropsMixin>
A fluent builder for
CfnHookDefaultVersionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the Hook.typeVersionArn(String typeVersionArn) The version ID of the type configuration.The version ID of the type specified.
-
Method Details
-
create
@Stability(Stable) public static CfnHookDefaultVersionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnHookDefaultVersionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnHookDefaultVersionPropsMixin.Builder.
-
typeName
The name of the Hook.You must specify either
TypeVersionArn, orTypeNameandVersionId.- Parameters:
typeName- The name of the Hook. This parameter is required.- Returns:
this- See Also:
-
typeVersionArn
@Stability(Stable) public CfnHookDefaultVersionPropsMixin.Builder typeVersionArn(String typeVersionArn) The version ID of the type configuration.You must specify either
TypeVersionArn, orTypeNameandVersionId.- Parameters:
typeVersionArn- The version ID of the type configuration. This parameter is required.- Returns:
this- See Also:
-
versionId
The version ID of the type specified.You must specify either
TypeVersionArn, orTypeNameandVersionId.- Parameters:
versionId- The version ID of the type specified. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHookDefaultVersionPropsMixin>- Returns:
- a newly built instance of
CfnHookDefaultVersionPropsMixin.
-