@Stability(value=Stable) public static final class CfnAppBlock.Builder extends Object implements software.amazon.jsii.Builder<CfnAppBlock>
CfnAppBlock.| Modifier and Type | Method and Description |
|---|---|
CfnAppBlock |
build() |
static CfnAppBlock.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAppBlock.Builder |
description(String description)
The description of the app block.
|
CfnAppBlock.Builder |
displayName(String displayName)
The display name of the app block.
|
CfnAppBlock.Builder |
name(String name)
The name of the app block.
|
CfnAppBlock.Builder |
setupScriptDetails(CfnAppBlock.ScriptDetailsProperty setupScriptDetails)
The setup script details of the app block.
|
CfnAppBlock.Builder |
setupScriptDetails(IResolvable setupScriptDetails)
The setup script details of the app block.
|
CfnAppBlock.Builder |
sourceS3Location(CfnAppBlock.S3LocationProperty sourceS3Location)
The source S3 location of the app block.
|
CfnAppBlock.Builder |
sourceS3Location(IResolvable sourceS3Location)
The source S3 location of the app block.
|
CfnAppBlock.Builder |
tags(List<? extends CfnTag> tags)
The tags of the app block.
|
@Stability(value=Stable) public static CfnAppBlock.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.CfnAppBlock.S3LocationProperty.Builder.@Stability(value=Stable) public CfnAppBlock.Builder name(String name)
Pattern : ^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$
name - The name of the app block. This parameter is required.this@Stability(value=Stable) public CfnAppBlock.Builder setupScriptDetails(CfnAppBlock.ScriptDetailsProperty setupScriptDetails)
setupScriptDetails - The setup script details of the app block. This parameter is required.this@Stability(value=Stable) public CfnAppBlock.Builder setupScriptDetails(IResolvable setupScriptDetails)
setupScriptDetails - The setup script details of the app block. This parameter is required.this@Stability(value=Stable) public CfnAppBlock.Builder sourceS3Location(CfnAppBlock.S3LocationProperty sourceS3Location)
sourceS3Location - The source S3 location of the app block. This parameter is required.this@Stability(value=Stable) public CfnAppBlock.Builder sourceS3Location(IResolvable sourceS3Location)
sourceS3Location - The source S3 location of the app block. This parameter is required.this@Stability(value=Stable) public CfnAppBlock.Builder description(String description)
description - The description of the app block. This parameter is required.this@Stability(value=Stable) public CfnAppBlock.Builder displayName(String displayName)
displayName - The display name of the app block. This parameter is required.this@Stability(value=Stable) public CfnAppBlock.Builder tags(List<? extends CfnTag> tags)
tags - The tags of the app block. This parameter is required.this@Stability(value=Stable) public CfnAppBlock build()
build in interface software.amazon.jsii.Builder<CfnAppBlock>Copyright © 2022. All rights reserved.