Class CfnAppBlockPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnAppBlockPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppBlockPropsMixin>
- Enclosing class:
CfnAppBlockPropsMixin
@Stability(Stable)
public static final class CfnAppBlockPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppBlockPropsMixin>
A fluent builder for
CfnAppBlockPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the app block.displayName(String displayName) The display name of the app block.The name of the app block.packagingType(String packagingType) The packaging type of the app block.postSetupScriptDetails(CfnAppBlockPropsMixin.ScriptDetailsProperty postSetupScriptDetails) The post setup script details of the app block.postSetupScriptDetails(IResolvable postSetupScriptDetails) The post setup script details of the app block.setupScriptDetails(CfnAppBlockPropsMixin.ScriptDetailsProperty setupScriptDetails) The setup script details of the app block.setupScriptDetails(IResolvable setupScriptDetails) The setup script details of the app block.sourceS3Location(CfnAppBlockPropsMixin.S3LocationProperty sourceS3Location) The source S3 location of the app block.sourceS3Location(IResolvable sourceS3Location) The source S3 location of the app block.The tags of the app block.
-
Method Details
-
create
@Stability(Stable) public static CfnAppBlockPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAppBlockPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAppBlockPropsMixin.Builder.
-
description
The description of the app block.- Parameters:
description- The description of the app block. This parameter is required.- Returns:
this- See Also:
-
displayName
The display name of the app block.- Parameters:
displayName- The display name of the app block. This parameter is required.- Returns:
this- See Also:
-
name
The name of the app block.Pattern :
^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$- Parameters:
name- The name of the app block. This parameter is required.- Returns:
this- See Also:
-
packagingType
The packaging type of the app block.- Parameters:
packagingType- The packaging type of the app block. This parameter is required.- Returns:
this- See Also:
-
postSetupScriptDetails
@Stability(Stable) public CfnAppBlockPropsMixin.Builder postSetupScriptDetails(IResolvable postSetupScriptDetails) The post setup script details of the app block.- Parameters:
postSetupScriptDetails- The post setup script details of the app block. This parameter is required.- Returns:
this- See Also:
-
postSetupScriptDetails
@Stability(Stable) public CfnAppBlockPropsMixin.Builder postSetupScriptDetails(CfnAppBlockPropsMixin.ScriptDetailsProperty postSetupScriptDetails) The post setup script details of the app block.- Parameters:
postSetupScriptDetails- The post setup script details of the app block. This parameter is required.- Returns:
this- See Also:
-
setupScriptDetails
@Stability(Stable) public CfnAppBlockPropsMixin.Builder setupScriptDetails(IResolvable setupScriptDetails) The setup script details of the app block.- Parameters:
setupScriptDetails- The setup script details of the app block. This parameter is required.- Returns:
this- See Also:
-
setupScriptDetails
@Stability(Stable) public CfnAppBlockPropsMixin.Builder setupScriptDetails(CfnAppBlockPropsMixin.ScriptDetailsProperty setupScriptDetails) The setup script details of the app block.- Parameters:
setupScriptDetails- The setup script details of the app block. This parameter is required.- Returns:
this- See Also:
-
sourceS3Location
@Stability(Stable) public CfnAppBlockPropsMixin.Builder sourceS3Location(IResolvable sourceS3Location) The source S3 location of the app block.- Parameters:
sourceS3Location- The source S3 location of the app block. This parameter is required.- Returns:
this- See Also:
-
sourceS3Location
@Stability(Stable) public CfnAppBlockPropsMixin.Builder sourceS3Location(CfnAppBlockPropsMixin.S3LocationProperty sourceS3Location) The source S3 location of the app block.- Parameters:
sourceS3Location- The source S3 location of the app block. This parameter is required.- Returns:
this- See Also:
-
tags
The tags of the app block.- Parameters:
tags- The tags of the app block. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppBlockPropsMixin>- Returns:
- a newly built instance of
CfnAppBlockPropsMixin.
-