@Stability(value=Stable) public static final class CfnModuleDefaultVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnModuleDefaultVersionProps>
CfnModuleDefaultVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnModuleDefaultVersionProps.Builder |
arn(String arn)
Sets the value of
CfnModuleDefaultVersionProps.getArn() |
CfnModuleDefaultVersionProps |
build()
Builds the configured instance.
|
CfnModuleDefaultVersionProps.Builder |
moduleName(String moduleName)
Sets the value of
CfnModuleDefaultVersionProps.getModuleName() |
CfnModuleDefaultVersionProps.Builder |
versionId(String versionId)
Sets the value of
CfnModuleDefaultVersionProps.getVersionId() |
@Stability(value=Stable) public CfnModuleDefaultVersionProps.Builder arn(String arn)
CfnModuleDefaultVersionProps.getArn()arn - The Amazon Resource Name (ARN) of the module version to set as the default version.
Conditional: You must specify either Arn , or ModuleName and VersionId .this@Stability(value=Stable) public CfnModuleDefaultVersionProps.Builder moduleName(String moduleName)
CfnModuleDefaultVersionProps.getModuleName()moduleName - The name of the module.
Conditional: You must specify either Arn , or ModuleName and VersionId .this@Stability(value=Stable) public CfnModuleDefaultVersionProps.Builder versionId(String versionId)
CfnModuleDefaultVersionProps.getVersionId()versionId - The ID for the specific version of the module.
Conditional: You must specify either Arn , or ModuleName and VersionId .this@Stability(value=Stable) public CfnModuleDefaultVersionProps build()
build in interface software.amazon.jsii.Builder<CfnModuleDefaultVersionProps>CfnModuleDefaultVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.