static ConsumerGroup.Builder |
ConsumerGroup.builder() |
Create a new builder.
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.copy(ConsumerGroup model) |
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.deadLetterQueueDeliveryCount(Integer deadLetterQueueDeliveryCount) |
The number of times a message can be delivered to a consumer before being moved to the
dead letter queue.
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.displayName(String displayName) |
A user-friendly name for the consumer group.
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.filter(String filter) |
The filter used by the consumer group.
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.id(String id) |
A unique identifier for the consumer group that is immutable on creation.
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.lifecycleDetails(String lifecycleDetails) |
Any additional details about the current state of the consumer group.
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.lifecycleState(ConsumerGroup.LifecycleState lifecycleState) |
The current state of the consumer group.
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.queueId(String queueId) |
The OCID of the associated queue.
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
Usage of system tag keys.
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.timeCreated(Date timeCreated) |
The time that the consumer group was created, expressed in RFC
3339 timestamp format.
|
ConsumerGroup.Builder |
ConsumerGroup.Builder.timeUpdated(Date timeUpdated) |
The time that the consumer group was updated, expressed in RFC
3339 timestamp format.
|
ConsumerGroup.Builder |
ConsumerGroup.toBuilder() |
|