public class QueueConfigFluentImpl<A extends QueueConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements QueueConfigFluent<A>
| Constructor and Description |
|---|
QueueConfigFluentImpl() |
QueueConfigFluentImpl(QueueConfig instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic QueueConfigFluentImpl()
public QueueConfigFluentImpl(QueueConfig instance)
public String getBatchSendDeadline()
getBatchSendDeadline in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public A withBatchSendDeadline(String batchSendDeadline)
withBatchSendDeadline in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Boolean hasBatchSendDeadline()
hasBatchSendDeadline in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Integer getCapacity()
getCapacity in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public A withCapacity(Integer capacity)
withCapacity in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Boolean hasCapacity()
hasCapacity in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public String getMaxBackoff()
getMaxBackoff in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public A withMaxBackoff(String maxBackoff)
withMaxBackoff in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Boolean hasMaxBackoff()
hasMaxBackoff in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Integer getMaxRetries()
getMaxRetries in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public A withMaxRetries(Integer maxRetries)
withMaxRetries in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Boolean hasMaxRetries()
hasMaxRetries in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Integer getMaxSamplesPerSend()
getMaxSamplesPerSend in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public A withMaxSamplesPerSend(Integer maxSamplesPerSend)
withMaxSamplesPerSend in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Boolean hasMaxSamplesPerSend()
hasMaxSamplesPerSend in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Integer getMaxShards()
getMaxShards in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public A withMaxShards(Integer maxShards)
withMaxShards in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Boolean hasMaxShards()
hasMaxShards in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public String getMinBackoff()
getMinBackoff in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public A withMinBackoff(String minBackoff)
withMinBackoff in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Boolean hasMinBackoff()
hasMinBackoff in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Integer getMinShards()
getMinShards in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public A withMinShards(Integer minShards)
withMinShards in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Boolean hasMinShards()
hasMinShards in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface QueueConfigFluent<A extends QueueConfigFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends QueueConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends QueueConfigFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.