public class DeliverySpecFluentImpl<A extends DeliverySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DeliverySpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DeliverySpecFluentImpl.DeadLetterSinkNestedImpl<N> |
DeliverySpecFluent.DeadLetterSinkNested<N>| Constructor and Description |
|---|
DeliverySpecFluentImpl() |
DeliverySpecFluentImpl(DeliverySpec instance) |
public DeliverySpecFluentImpl()
public DeliverySpecFluentImpl(DeliverySpec instance)
public String getBackoffDelay()
getBackoffDelay in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public A withBackoffDelay(String backoffDelay)
withBackoffDelay in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public Boolean hasBackoffDelay()
hasBackoffDelay in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>@Deprecated public A withNewBackoffDelay(String arg0)
withNewBackoffDelay in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public String getBackoffPolicy()
getBackoffPolicy in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public A withBackoffPolicy(String backoffPolicy)
withBackoffPolicy in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public Boolean hasBackoffPolicy()
hasBackoffPolicy in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>@Deprecated public A withNewBackoffPolicy(String arg0)
withNewBackoffPolicy in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>@Deprecated public Destination getDeadLetterSink()
getDeadLetterSink in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public Destination buildDeadLetterSink()
buildDeadLetterSink in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public A withDeadLetterSink(Destination deadLetterSink)
withDeadLetterSink in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public Boolean hasDeadLetterSink()
hasDeadLetterSink in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public DeliverySpecFluent.DeadLetterSinkNested<A> withNewDeadLetterSink()
withNewDeadLetterSink in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public DeliverySpecFluent.DeadLetterSinkNested<A> withNewDeadLetterSinkLike(Destination item)
withNewDeadLetterSinkLike in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public DeliverySpecFluent.DeadLetterSinkNested<A> editDeadLetterSink()
editDeadLetterSink in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public DeliverySpecFluent.DeadLetterSinkNested<A> editOrNewDeadLetterSink()
editOrNewDeadLetterSink in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public DeliverySpecFluent.DeadLetterSinkNested<A> editOrNewDeadLetterSinkLike(Destination item)
editOrNewDeadLetterSinkLike in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public Integer getRetry()
getRetry in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public A withRetry(Integer retry)
withRetry in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>public Boolean hasRetry()
hasRetry in interface DeliverySpecFluent<A extends DeliverySpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.