Uses of Class
software.amazon.awscdk.services.deadline.CfnQueue.Builder
Packages that use CfnQueue.Builder
-
Uses of CfnQueue.Builder in software.amazon.awscdk.services.deadline
Methods in software.amazon.awscdk.services.deadline that return CfnQueue.BuilderModifier and TypeMethodDescriptionCfnQueue.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 CfnQueue.BuilderCfnQueue.Builder.defaultBudgetAction(String defaultBudgetAction) The default action taken on a queue summary if a budget wasn't configured.CfnQueue.Builder.description(String description) A description of the queue that helps identify what the queue is used for.CfnQueue.Builder.displayName(String displayName) The display name of the queue summary to update.The farm ID.CfnQueue.Builder.jobAttachmentSettings(IResolvable jobAttachmentSettings) The job attachment settings.CfnQueue.Builder.jobAttachmentSettings(CfnQueue.JobAttachmentSettingsProperty jobAttachmentSettings) The job attachment settings.CfnQueue.Builder.jobRunAsUser(IResolvable jobRunAsUser) Identifies the user for a job.CfnQueue.Builder.jobRunAsUser(CfnQueue.JobRunAsUserProperty jobRunAsUser) Identifies the user for a job.CfnQueue.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.CfnQueue.Builder.schedulingConfiguration(IResolvable schedulingConfiguration) CfnQueue.Builder.schedulingConfiguration(CfnQueue.SchedulingConfigurationProperty schedulingConfiguration) The tags to add to your queue.