Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnQueuePropsMixin.Builder
Packages that use CfnQueuePropsMixin.Builder
-
Uses of CfnQueuePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.deadline
Methods in software.amazon.awscdk.cfnpropertymixins.services.deadline that return CfnQueuePropsMixin.BuilderModifier and TypeMethodDescriptionCfnQueuePropsMixin.Builder.allowedStorageProfileIds(List<String> allowedStorageProfileIds) The identifiers of the storage profiles that this queue can use to share assets between workers using different operating systems.static CfnQueuePropsMixin.BuilderCfnQueuePropsMixin.Builder.create()static CfnQueuePropsMixin.BuilderCfnQueuePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnQueuePropsMixin.Builder.defaultBudgetAction(String defaultBudgetAction) The default action taken on a queue summary if a budget wasn't configured.CfnQueuePropsMixin.Builder.description(String description) A description of the queue that helps identify what the queue is used for.CfnQueuePropsMixin.Builder.displayName(String displayName) The display name of the queue summary to update.The farm ID.CfnQueuePropsMixin.Builder.jobAttachmentSettings(CfnQueuePropsMixin.JobAttachmentSettingsProperty jobAttachmentSettings) The job attachment settings.CfnQueuePropsMixin.Builder.jobAttachmentSettings(IResolvable jobAttachmentSettings) The job attachment settings.CfnQueuePropsMixin.Builder.jobRunAsUser(CfnQueuePropsMixin.JobRunAsUserProperty jobRunAsUser) Identifies the user for a job.CfnQueuePropsMixin.Builder.jobRunAsUser(IResolvable jobRunAsUser) Identifies the user for a job.CfnQueuePropsMixin.Builder.requiredFileSystemLocationNames(List<String> requiredFileSystemLocationNames) The file system location that the queue uses.The Amazon Resource Name (ARN) of the IAM role that workers use when running jobs in this queue.The tags to add to your queue.