@Stability(value=Stable) public static final class CfnAppBlockProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAppBlockProps>
CfnAppBlockProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAppBlockProps.Builder name(String name)
CfnAppBlockProps.getName()name - The name of the app block. This parameter is required.
Pattern : ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$this@Stability(value=Stable) public CfnAppBlockProps.Builder setupScriptDetails(CfnAppBlock.ScriptDetailsProperty setupScriptDetails)
CfnAppBlockProps.getSetupScriptDetails()setupScriptDetails - The setup script details of the app block. This parameter is required.this@Stability(value=Stable) public CfnAppBlockProps.Builder setupScriptDetails(IResolvable setupScriptDetails)
CfnAppBlockProps.getSetupScriptDetails()setupScriptDetails - The setup script details of the app block. This parameter is required.this@Stability(value=Stable) public CfnAppBlockProps.Builder sourceS3Location(CfnAppBlock.S3LocationProperty sourceS3Location)
CfnAppBlockProps.getSourceS3Location()sourceS3Location - The source S3 location of the app block. This parameter is required.this@Stability(value=Stable) public CfnAppBlockProps.Builder sourceS3Location(IResolvable sourceS3Location)
CfnAppBlockProps.getSourceS3Location()sourceS3Location - The source S3 location of the app block. This parameter is required.this@Stability(value=Stable) public CfnAppBlockProps.Builder description(String description)
CfnAppBlockProps.getDescription()description - The description of the app block.this@Stability(value=Stable) public CfnAppBlockProps.Builder displayName(String displayName)
CfnAppBlockProps.getDisplayName()displayName - The display name of the app block.this@Stability(value=Stable) public CfnAppBlockProps.Builder tags(List<? extends CfnTag> tags)
CfnAppBlockProps.getTags()tags - The tags of the app block.this@Stability(value=Stable) public CfnAppBlockProps build()
build in interface software.amazon.jsii.Builder<CfnAppBlockProps>CfnAppBlockPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.