Class QueueConfigFluent<A extends QueueConfigFluent<A>>

    • Constructor Detail

      • QueueConfigFluent

        public QueueConfigFluent()
      • QueueConfigFluent

        public QueueConfigFluent​(QueueConfig instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(QueueConfig instance)
      • getBatchSendDeadline

        public String getBatchSendDeadline()
      • withBatchSendDeadline

        public A withBatchSendDeadline​(String batchSendDeadline)
      • hasBatchSendDeadline

        public boolean hasBatchSendDeadline()
      • getCapacity

        public Integer getCapacity()
      • withCapacity

        public A withCapacity​(Integer capacity)
      • hasCapacity

        public boolean hasCapacity()
      • getMaxBackoff

        public String getMaxBackoff()
      • withMaxBackoff

        public A withMaxBackoff​(String maxBackoff)
      • hasMaxBackoff

        public boolean hasMaxBackoff()
      • getMaxRetries

        public Integer getMaxRetries()
      • withMaxRetries

        public A withMaxRetries​(Integer maxRetries)
      • hasMaxRetries

        public boolean hasMaxRetries()
      • getMaxSamplesPerSend

        public Integer getMaxSamplesPerSend()
      • withMaxSamplesPerSend

        public A withMaxSamplesPerSend​(Integer maxSamplesPerSend)
      • hasMaxSamplesPerSend

        public boolean hasMaxSamplesPerSend()
      • getMaxShards

        public Integer getMaxShards()
      • withMaxShards

        public A withMaxShards​(Integer maxShards)
      • hasMaxShards

        public boolean hasMaxShards()
      • getMinBackoff

        public String getMinBackoff()
      • withMinBackoff

        public A withMinBackoff​(String minBackoff)
      • hasMinBackoff

        public boolean hasMinBackoff()
      • getMinShards

        public Integer getMinShards()
      • withMinShards

        public A withMinShards​(Integer minShards)
      • hasMinShards

        public boolean hasMinShards()
      • getRetryOnRateLimit

        public Boolean getRetryOnRateLimit()
      • withRetryOnRateLimit

        public A withRetryOnRateLimit​(Boolean retryOnRateLimit)
      • hasRetryOnRateLimit

        public boolean hasRetryOnRateLimit()
      • getSampleAgeLimit

        public String getSampleAgeLimit()
      • withSampleAgeLimit

        public A withSampleAgeLimit​(String sampleAgeLimit)
      • hasSampleAgeLimit

        public boolean hasSampleAgeLimit()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends QueueConfigFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends QueueConfigFluent<A>>
      • withRetryOnRateLimit

        public A withRetryOnRateLimit()