Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnImageBuilderPropsMixin.Builder
Packages that use CfnImageBuilderPropsMixin.Builder
-
Uses of CfnImageBuilderPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appstream
Methods in software.amazon.awscdk.cfnpropertymixins.services.appstream that return CfnImageBuilderPropsMixin.BuilderModifier and TypeMethodDescriptionCfnImageBuilderPropsMixin.Builder.accessEndpoints(List<? extends Object> accessEndpoints) The list of virtual private cloud (VPC) interface endpoint objects.CfnImageBuilderPropsMixin.Builder.accessEndpoints(IResolvable accessEndpoints) The list of virtual private cloud (VPC) interface endpoint objects.CfnImageBuilderPropsMixin.Builder.appstreamAgentVersion(String appstreamAgentVersion) The version of the WorkSpaces Applications agent to use for this image builder.CfnImageBuilderPropsMixin.Builder.create()CfnImageBuilderPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnImageBuilderPropsMixin.Builder.description(String description) The description to display.CfnImageBuilderPropsMixin.Builder.displayName(String displayName) The image builder name to display.CfnImageBuilderPropsMixin.Builder.domainJoinInfo(CfnImageBuilderPropsMixin.DomainJoinInfoProperty domainJoinInfo) The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.CfnImageBuilderPropsMixin.Builder.domainJoinInfo(IResolvable domainJoinInfo) The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.CfnImageBuilderPropsMixin.Builder.enableDefaultInternetAccess(Boolean enableDefaultInternetAccess) Enables or disables default internet access for the image builder.CfnImageBuilderPropsMixin.Builder.enableDefaultInternetAccess(IResolvable enableDefaultInternetAccess) Enables or disables default internet access for the image builder.CfnImageBuilderPropsMixin.Builder.iamRoleArn(String iamRoleArn) The ARN of the IAM role that is applied to the image builder.The ARN of the public, private, or shared image to use.The name of the image used to create the image builder.CfnImageBuilderPropsMixin.Builder.instanceType(String instanceType) The instance type to use when launching the image builder.A unique name for the image builder.An array of key-value pairs.CfnImageBuilderPropsMixin.Builder.vpcConfig(CfnImageBuilderPropsMixin.VpcConfigProperty vpcConfig) The VPC configuration for the image builder.CfnImageBuilderPropsMixin.Builder.vpcConfig(IResolvable vpcConfig) The VPC configuration for the image builder.