static CreateQueueRequest.Builder |
CreateQueueRequest.builder() |
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.clusterIdentifier(String clusterIdentifier) |
The name or ID of the cluster for which to create a queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.computeNodeGroupConfigurations(Collection<ComputeNodeGroupConfiguration> computeNodeGroupConfigurations) |
The list of compute node group configurations to associate with the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.computeNodeGroupConfigurations(Consumer<ComputeNodeGroupConfiguration.Builder>... computeNodeGroupConfigurations) |
The list of compute node group configurations to associate with the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.computeNodeGroupConfigurations(ComputeNodeGroupConfiguration... computeNodeGroupConfigurations) |
The list of compute node group configurations to associate with the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.queueName(String queueName) |
A name to identify the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.tags(Map<String,String> tags) |
1 or more tags added to the resource.
|
CreateQueueRequest.Builder |
CreateQueueRequest.toBuilder() |
|