@Stability(value=Stable) public static final class CfnResourceDefaultVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceDefaultVersionProps>
CfnResourceDefaultVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceDefaultVersionProps |
build()
Builds the configured instance.
|
CfnResourceDefaultVersionProps.Builder |
typeName(String typeName)
Sets the value of
CfnResourceDefaultVersionProps.getTypeName() |
CfnResourceDefaultVersionProps.Builder |
typeVersionArn(String typeVersionArn)
Sets the value of
CfnResourceDefaultVersionProps.getTypeVersionArn() |
CfnResourceDefaultVersionProps.Builder |
versionId(String versionId)
Sets the value of
CfnResourceDefaultVersionProps.getVersionId() |
@Stability(value=Stable) public CfnResourceDefaultVersionProps.Builder typeName(String typeName)
CfnResourceDefaultVersionProps.getTypeName()typeName - The name of the resource.
Conditional: You must specify either TypeVersionArn , or TypeName and VersionId .this@Stability(value=Stable) public CfnResourceDefaultVersionProps.Builder typeVersionArn(String typeVersionArn)
CfnResourceDefaultVersionProps.getTypeVersionArn()typeVersionArn - The Amazon Resource Name (ARN) of the resource version.
Conditional: You must specify either TypeVersionArn , or TypeName and VersionId .this@Stability(value=Stable) public CfnResourceDefaultVersionProps.Builder versionId(String versionId)
CfnResourceDefaultVersionProps.getVersionId()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 , or TypeName and VersionId .
this@Stability(value=Stable) public CfnResourceDefaultVersionProps build()
build in interface software.amazon.jsii.Builder<CfnResourceDefaultVersionProps>CfnResourceDefaultVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.