Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnAppBlockBuilderPropsMixin.Builder
Packages that use CfnAppBlockBuilderPropsMixin.Builder
-
Uses of CfnAppBlockBuilderPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appstream
Methods in software.amazon.awscdk.cfnpropertymixins.services.appstream that return CfnAppBlockBuilderPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAppBlockBuilderPropsMixin.Builder.accessEndpoints(List<? extends Object> accessEndpoints) The access endpoints of the app block builder.CfnAppBlockBuilderPropsMixin.Builder.accessEndpoints(IResolvable accessEndpoints) The access endpoints of the app block builder.CfnAppBlockBuilderPropsMixin.Builder.appBlockArns(List<String> appBlockArns) The ARN of the app block.CfnAppBlockBuilderPropsMixin.Builder.create()CfnAppBlockBuilderPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAppBlockBuilderPropsMixin.Builder.description(String description) The description of the app block builder.CfnAppBlockBuilderPropsMixin.Builder.displayName(String displayName) The display name of the app block builder.CfnAppBlockBuilderPropsMixin.Builder.enableDefaultInternetAccess(Boolean enableDefaultInternetAccess) Indicates whether default internet access is enabled for the app block builder.CfnAppBlockBuilderPropsMixin.Builder.enableDefaultInternetAccess(IResolvable enableDefaultInternetAccess) Indicates whether default internet access is enabled for the app block builder.CfnAppBlockBuilderPropsMixin.Builder.iamRoleArn(String iamRoleArn) The ARN of the IAM role that is applied to the app block builder.CfnAppBlockBuilderPropsMixin.Builder.instanceType(String instanceType) The instance type of the app block builder.The name of the app block builder.The platform of the app block builder.The tags of the app block builder.CfnAppBlockBuilderPropsMixin.Builder.vpcConfig(CfnAppBlockBuilderPropsMixin.VpcConfigProperty vpcConfig) The VPC configuration for the app block builder.CfnAppBlockBuilderPropsMixin.Builder.vpcConfig(IResolvable vpcConfig) The VPC configuration for the app block builder.