Package | Description |
---|---|
com.oracle.bmc.queue.model |
Modifier and Type | Method and Description |
---|---|
static Queue.Builder |
Queue.builder()
Create a new builder.
|
Queue.Builder |
Queue.Builder.channelConsumptionLimit(Integer channelConsumptionLimit)
The percentage of allocated queue resources that can be consumed by a single channel.
|
Queue.Builder |
Queue.Builder.compartmentId(String compartmentId)
The OCID
of the compartment containing the queue.
|
Queue.Builder |
Queue.Builder.copy(Queue model) |
Queue.Builder |
Queue.Builder.customEncryptionKeyId(String customEncryptionKeyId)
The OCID
of the custom encryption key to be used to encrypt messages content.
|
Queue.Builder |
Queue.Builder.deadLetterQueueDeliveryCount(Integer deadLetterQueueDeliveryCount)
The number of times a message can be delivered to a consumer before being moved to the
dead letter queue.
|
Queue.Builder |
Queue.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Queue.Builder |
Queue.Builder.displayName(String displayName)
A user-friendly name for the queue.
|
Queue.Builder |
Queue.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Queue.Builder |
Queue.Builder.id(String id)
A unique identifier for the queue that is immutable on creation.
|
Queue.Builder |
Queue.Builder.lifecycleDetails(String lifecycleDetails)
Any additional details about the current state of the queue.
|
Queue.Builder |
Queue.Builder.lifecycleState(Queue.LifecycleState lifecycleState)
The current state of the queue.
|
Queue.Builder |
Queue.Builder.messagesEndpoint(String messagesEndpoint)
The endpoint to use to consume or publish messages in the queue.
|
Queue.Builder |
Queue.Builder.retentionInSeconds(Integer retentionInSeconds)
The retention period of the messages in the queue, in seconds.
|
Queue.Builder |
Queue.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Queue.Builder |
Queue.Builder.timeCreated(Date timeCreated)
The time that the queue was created, expressed in RFC
3339 timestamp format.
|
Queue.Builder |
Queue.Builder.timeoutInSeconds(Integer timeoutInSeconds)
The default polling timeout of the messages in the queue, in seconds.
|
Queue.Builder |
Queue.Builder.timeUpdated(Date timeUpdated)
The time that the queue was updated, expressed in RFC
3339 timestamp format.
|
Queue.Builder |
Queue.toBuilder() |
Queue.Builder |
Queue.Builder.visibilityInSeconds(Integer visibilityInSeconds)
The default visibility timeout of the messages consumed from the queue, in seconds.
|
Copyright © 2016–2024. All rights reserved.