public class DeliverySpecFluent<A extends DeliverySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DeliverySpecFluent.DeadLetterSinkNested<N> |
| Constructor and Description |
|---|
DeliverySpecFluent() |
DeliverySpecFluent(DeliverySpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic DeliverySpecFluent()
public DeliverySpecFluent(DeliverySpec instance)
protected void copyInstance(DeliverySpec instance)
public String getBackoffDelay()
public boolean hasBackoffDelay()
public String getBackoffPolicy()
public boolean hasBackoffPolicy()
public Destination buildDeadLetterSink()
public A withDeadLetterSink(Destination deadLetterSink)
public boolean hasDeadLetterSink()
public DeliverySpecFluent.DeadLetterSinkNested<A> withNewDeadLetterSink()
public DeliverySpecFluent.DeadLetterSinkNested<A> withNewDeadLetterSinkLike(Destination item)
public DeliverySpecFluent.DeadLetterSinkNested<A> editDeadLetterSink()
public DeliverySpecFluent.DeadLetterSinkNested<A> editOrNewDeadLetterSink()
public DeliverySpecFluent.DeadLetterSinkNested<A> editOrNewDeadLetterSinkLike(Destination item)
public Integer getRetry()
public boolean hasRetry()
public String getRetryAfterMax()
public boolean hasRetryAfterMax()
public String getTimeout()
public boolean hasTimeout()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DeliverySpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DeliverySpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.