Uses of Class
software.amazon.awscdk.services.appstream.CfnApplication.Builder
Packages that use CfnApplication.Builder
Package
Description
Amazon AppStream 2.0 Construct Library
-
Uses of CfnApplication.Builder in software.amazon.awscdk.services.appstream
Methods in software.amazon.awscdk.services.appstream that return CfnApplication.BuilderModifier and TypeMethodDescriptionCfnApplication.Builder.appBlockArn(String appBlockArn) The app block ARN with which the application should be associated.CfnApplication.Builder.attributesToDelete(List<String> attributesToDelete) A list of attributes to delete from an application.static CfnApplication.BuilderCfnApplication.Builder.description(String description) The description of the application.CfnApplication.Builder.displayName(String displayName) The display name of the application.CfnApplication.Builder.iconS3Location(IResolvable iconS3Location) The icon S3 location of the application.CfnApplication.Builder.iconS3Location(CfnApplication.S3LocationProperty iconS3Location) The icon S3 location of the application.CfnApplication.Builder.instanceFamilies(List<String> instanceFamilies) The instance families the application supports.CfnApplication.Builder.launchParameters(String launchParameters) The launch parameters of the application.CfnApplication.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.CfnApplication.Builder.workingDirectory(String workingDirectory) The working directory of the application.