Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnAppBlockPropsMixin.Builder
Packages that use CfnAppBlockPropsMixin.Builder
-
Uses of CfnAppBlockPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appstream
Methods in software.amazon.awscdk.cfnpropertymixins.services.appstream that return CfnAppBlockPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAppBlockPropsMixin.Builder.create()CfnAppBlockPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAppBlockPropsMixin.Builder.description(String description) The description of the app block.CfnAppBlockPropsMixin.Builder.displayName(String displayName) The display name of the app block.The name of the app block.CfnAppBlockPropsMixin.Builder.packagingType(String packagingType) The packaging type of the app block.CfnAppBlockPropsMixin.Builder.postSetupScriptDetails(CfnAppBlockPropsMixin.ScriptDetailsProperty postSetupScriptDetails) The post setup script details of the app block.CfnAppBlockPropsMixin.Builder.postSetupScriptDetails(IResolvable postSetupScriptDetails) The post setup script details of the app block.CfnAppBlockPropsMixin.Builder.setupScriptDetails(CfnAppBlockPropsMixin.ScriptDetailsProperty setupScriptDetails) The setup script details of the app block.CfnAppBlockPropsMixin.Builder.setupScriptDetails(IResolvable setupScriptDetails) The setup script details of the app block.CfnAppBlockPropsMixin.Builder.sourceS3Location(CfnAppBlockPropsMixin.S3LocationProperty sourceS3Location) The source S3 location of the app block.CfnAppBlockPropsMixin.Builder.sourceS3Location(IResolvable sourceS3Location) The source S3 location of the app block.The tags of the app block.