CreateQueueRequest.Builder |
CreateQueueRequest.Builder.allowedStorageProfileIds(String... allowedStorageProfileIds) |
The storage profile IDs to include in the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.allowedStorageProfileIds(Collection<String> allowedStorageProfileIds) |
The storage profile IDs to include in the queue.
|
static CreateQueueRequest.Builder |
CreateQueueRequest.builder() |
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.clientToken(String clientToken) |
The unique token which the server uses to recognize retries of the same request.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.defaultBudgetAction(String defaultBudgetAction) |
The default action to take on a queue if a budget isn't configured.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.defaultBudgetAction(DefaultQueueBudgetAction defaultBudgetAction) |
The default action to take on a queue if a budget isn't configured.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.description(String description) |
The description of the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.displayName(String displayName) |
The display name of the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.farmId(String farmId) |
The farm ID of the farm to connect to the queue.
|
default CreateQueueRequest.Builder |
CreateQueueRequest.Builder.jobAttachmentSettings(Consumer<JobAttachmentSettings.Builder> jobAttachmentSettings) |
The job attachment settings for the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.jobAttachmentSettings(JobAttachmentSettings jobAttachmentSettings) |
The job attachment settings for the queue.
|
default CreateQueueRequest.Builder |
CreateQueueRequest.Builder.jobRunAsUser(Consumer<JobRunAsUser.Builder> jobRunAsUser) |
The jobs in the queue run as the specified POSIX user.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.jobRunAsUser(JobRunAsUser jobRunAsUser) |
The jobs in the queue run as the specified POSIX user.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.requiredFileSystemLocationNames(String... requiredFileSystemLocationNames) |
The file system location name to include in the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.requiredFileSystemLocationNames(Collection<String> requiredFileSystemLocationNames) |
The file system location name to include in the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.roleArn(String roleArn) |
The IAM role ARN that workers will use while running jobs for this queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.tags(Map<String,String> tags) |
Each tag consists of a tag key and a tag value.
|
CreateQueueRequest.Builder |
CreateQueueRequest.toBuilder() |
|