static CreateQueueDetails.Builder |
CreateQueueDetails.builder() |
Create a new builder.
|
CreateQueueDetails.Builder |
CreateQueueDetails.Builder.channelConsumptionLimit(Integer channelConsumptionLimit) |
The percentage of allocated queue resources that can be consumed by a single channel.
|
CreateQueueDetails.Builder |
CreateQueueDetails.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment containing the queue.
|
CreateQueueDetails.Builder |
CreateQueueDetails.Builder.copy(CreateQueueDetails model) |
|
CreateQueueDetails.Builder |
CreateQueueDetails.Builder.customEncryptionKeyId(String customEncryptionKeyId) |
The OCID of the
custom encryption key to be used to encrypt messages content.
|
CreateQueueDetails.Builder |
CreateQueueDetails.Builder.deadLetterQueueDeliveryCount(Integer deadLetterQueueDeliveryCount) |
The number of times a message can be delivered to a consumer before being moved to the
dead letter queue.
|
CreateQueueDetails.Builder |
CreateQueueDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
CreateQueueDetails.Builder |
CreateQueueDetails.Builder.displayName(String displayName) |
The user-friendly name of the queue.
|
CreateQueueDetails.Builder |
CreateQueueDetails.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateQueueDetails.Builder |
CreateQueueDetails.Builder.retentionInSeconds(Integer retentionInSeconds) |
The retention period of messages in the queue, in seconds.
|
CreateQueueDetails.Builder |
CreateQueueDetails.Builder.timeoutInSeconds(Integer timeoutInSeconds) |
The default polling timeout of the messages in the queue, in seconds.
|
CreateQueueDetails.Builder |
CreateQueueDetails.toBuilder() |
|
CreateQueueDetails.Builder |
CreateQueueDetails.Builder.visibilityInSeconds(Integer visibilityInSeconds) |
The default visibility timeout of the messages consumed from the queue, in seconds.
|