Class CfnResourceDefaultVersionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnResourceDefaultVersionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResourceDefaultVersionPropsMixin>
- Enclosing class:
CfnResourceDefaultVersionPropsMixin
@Stability(Stable)
public static final class CfnResourceDefaultVersionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResourceDefaultVersionPropsMixin>
A fluent builder for
CfnResourceDefaultVersionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the resource.typeVersionArn(String typeVersionArn) The Amazon Resource Name (ARN) of the resource version.typeVersionArn(IResourceVersionRef typeVersionArn) The Amazon Resource Name (ARN) of the resource version.The ID of a specific version of the resource.
-
Method Details
-
create
@Stability(Stable) public static CfnResourceDefaultVersionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnResourceDefaultVersionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnResourceDefaultVersionPropsMixin.Builder.
-
typeName
The name of the resource.Conditional: You must specify either
TypeVersionArn, orTypeNameandVersionId.- Parameters:
typeName- The name of the resource. This parameter is required.- Returns:
this- See Also:
-
typeVersionArn
@Stability(Stable) public CfnResourceDefaultVersionPropsMixin.Builder typeVersionArn(String typeVersionArn) The Amazon Resource Name (ARN) of the resource version.Conditional: You must specify either
TypeVersionArn, orTypeNameandVersionId.- Parameters:
typeVersionArn- The Amazon Resource Name (ARN) of the resource version. This parameter is required.- Returns:
this- See Also:
-
typeVersionArn
@Stability(Stable) public CfnResourceDefaultVersionPropsMixin.Builder typeVersionArn(IResourceVersionRef typeVersionArn) The Amazon Resource Name (ARN) of the resource version.Conditional: You must specify either
TypeVersionArn, orTypeNameandVersionId.- Parameters:
typeVersionArn- The Amazon Resource Name (ARN) of the resource version. This parameter is required.- Returns:
this- See Also:
-
versionId
The ID of a specific version of the resource.The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the resource version when it's registered.
Conditional: You must specify either
TypeVersionArn, orTypeNameandVersionId.- Parameters:
versionId- The ID of a specific version of the resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResourceDefaultVersionPropsMixin>- Returns:
- a newly built instance of
CfnResourceDefaultVersionPropsMixin.
-