@Stability(value=Stable) public static final class CfnModuleDefaultVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnModuleDefaultVersion>
CfnModuleDefaultVersion.| Modifier and Type | Method and Description |
|---|---|
CfnModuleDefaultVersion.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the module version to set as the default version.
|
CfnModuleDefaultVersion |
build() |
static CfnModuleDefaultVersion.Builder |
create(software.constructs.Construct scope,
String id) |
CfnModuleDefaultVersion.Builder |
moduleName(String moduleName)
The name of the module.
|
CfnModuleDefaultVersion.Builder |
versionId(String versionId)
The ID for the specific version of the module.
|
@Stability(value=Stable) public static CfnModuleDefaultVersion.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.CfnModuleDefaultVersion.Builder.@Stability(value=Stable) public CfnModuleDefaultVersion.Builder arn(String arn)
Conditional: You must specify either Arn , or ModuleName and VersionId .
arn - The Amazon Resource Name (ARN) of the module version to set as the default version. This parameter is required.this@Stability(value=Stable) public CfnModuleDefaultVersion.Builder moduleName(String moduleName)
Conditional: You must specify either Arn , or ModuleName and VersionId .
moduleName - The name of the module. This parameter is required.this@Stability(value=Stable) public CfnModuleDefaultVersion.Builder versionId(String versionId)
Conditional: You must specify either Arn , or ModuleName and VersionId .
versionId - The ID for the specific version of the module. This parameter is required.this@Stability(value=Stable) public CfnModuleDefaultVersion build()
build in interface software.amazon.jsii.Builder<CfnModuleDefaultVersion>Copyright © 2022. All rights reserved.