Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnApplicationPropsMixin.Builder
Packages that use CfnApplicationPropsMixin.Builder
-
Uses of CfnApplicationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appstream
Methods in software.amazon.awscdk.cfnpropertymixins.services.appstream that return CfnApplicationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnApplicationPropsMixin.Builder.appBlockArn(String appBlockArn) The app block ARN with which the application should be associated.CfnApplicationPropsMixin.Builder.attributesToDelete(List<String> attributesToDelete) A list of attributes to delete from an application.CfnApplicationPropsMixin.Builder.create()CfnApplicationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnApplicationPropsMixin.Builder.description(String description) The description of the application.CfnApplicationPropsMixin.Builder.displayName(String displayName) The display name of the application.CfnApplicationPropsMixin.Builder.iconS3Location(CfnApplicationPropsMixin.S3LocationProperty iconS3Location) The icon S3 location of the application.CfnApplicationPropsMixin.Builder.iconS3Location(IResolvable iconS3Location) The icon S3 location of the application.CfnApplicationPropsMixin.Builder.instanceFamilies(List<String> instanceFamilies) The instance families the application supports.CfnApplicationPropsMixin.Builder.launchParameters(String launchParameters) The launch parameters of the application.CfnApplicationPropsMixin.Builder.launchPath(String launchPath) The launch path of the application.The name of the application.The platforms the application supports.The tags of the application.CfnApplicationPropsMixin.Builder.workingDirectory(String workingDirectory) The working directory of the application.