Class DeliverySpecFluentImpl<A extends DeliverySpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.internal.eventing.pkg.apis.duck.v1.DeliverySpecFluentImpl<A>
-
- All Implemented Interfaces:
DeliverySpecFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
BrokerSpecFluentImpl.DeliveryNestedImpl,ChannelSpecFluentImpl.DeliveryNestedImpl,DeliverySpecBuilder,InMemoryChannelSpecFluentImpl.DeliveryNestedImpl,KafkaChannelSpecFluentImpl.DeliveryNestedImpl,SequenceStepFluentImpl.DeliveryNestedImpl,SubscriberSpecFluentImpl.DeliveryNestedImpl,SubscriptionSpecFluentImpl.DeliveryNestedImpl
public class DeliverySpecFluentImpl<A extends DeliverySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DeliverySpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDeliverySpecFluentImpl.DeadLetterSinkNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.knative.internal.eventing.pkg.apis.duck.v1.DeliverySpecFluent
DeliverySpecFluent.DeadLetterSinkNested<N>
-
-
Constructor Summary
Constructors Constructor Description DeliverySpecFluentImpl()DeliverySpecFluentImpl(DeliverySpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
DeliverySpecFluentImpl
public DeliverySpecFluentImpl()
-
DeliverySpecFluentImpl
public DeliverySpecFluentImpl(DeliverySpec instance)
-
-
Method Detail
-
getBackoffDelay
public String getBackoffDelay()
- Specified by:
getBackoffDelayin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
withBackoffDelay
public A withBackoffDelay(String backoffDelay)
- Specified by:
withBackoffDelayin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
hasBackoffDelay
public Boolean hasBackoffDelay()
- Specified by:
hasBackoffDelayin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
withNewBackoffDelay
public A withNewBackoffDelay(String arg1)
- Specified by:
withNewBackoffDelayin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
withNewBackoffDelay
public A withNewBackoffDelay(StringBuilder arg1)
- Specified by:
withNewBackoffDelayin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
withNewBackoffDelay
public A withNewBackoffDelay(StringBuffer arg1)
- Specified by:
withNewBackoffDelayin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
getBackoffPolicy
public String getBackoffPolicy()
- Specified by:
getBackoffPolicyin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
withBackoffPolicy
public A withBackoffPolicy(String backoffPolicy)
- Specified by:
withBackoffPolicyin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
hasBackoffPolicy
public Boolean hasBackoffPolicy()
- Specified by:
hasBackoffPolicyin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
withNewBackoffPolicy
public A withNewBackoffPolicy(String arg1)
- Specified by:
withNewBackoffPolicyin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
withNewBackoffPolicy
public A withNewBackoffPolicy(StringBuilder arg1)
- Specified by:
withNewBackoffPolicyin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
withNewBackoffPolicy
public A withNewBackoffPolicy(StringBuffer arg1)
- Specified by:
withNewBackoffPolicyin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
getDeadLetterSink
@Deprecated public Destination getDeadLetterSink()
Deprecated.This method has been deprecated, please use method buildDeadLetterSink instead.- Specified by:
getDeadLetterSinkin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>- Returns:
- The buildable object.
-
buildDeadLetterSink
public Destination buildDeadLetterSink()
- Specified by:
buildDeadLetterSinkin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
withDeadLetterSink
public A withDeadLetterSink(Destination deadLetterSink)
- Specified by:
withDeadLetterSinkin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
hasDeadLetterSink
public Boolean hasDeadLetterSink()
- Specified by:
hasDeadLetterSinkin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
withNewDeadLetterSink
public DeliverySpecFluent.DeadLetterSinkNested<A> withNewDeadLetterSink()
- Specified by:
withNewDeadLetterSinkin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
withNewDeadLetterSinkLike
public DeliverySpecFluent.DeadLetterSinkNested<A> withNewDeadLetterSinkLike(Destination item)
- Specified by:
withNewDeadLetterSinkLikein interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
editDeadLetterSink
public DeliverySpecFluent.DeadLetterSinkNested<A> editDeadLetterSink()
- Specified by:
editDeadLetterSinkin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
editOrNewDeadLetterSink
public DeliverySpecFluent.DeadLetterSinkNested<A> editOrNewDeadLetterSink()
- Specified by:
editOrNewDeadLetterSinkin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
editOrNewDeadLetterSinkLike
public DeliverySpecFluent.DeadLetterSinkNested<A> editOrNewDeadLetterSinkLike(Destination item)
- Specified by:
editOrNewDeadLetterSinkLikein interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
getRetry
public Integer getRetry()
- Specified by:
getRetryin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
withRetry
public A withRetry(Integer retry)
- Specified by:
withRetryin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
hasRetry
public Boolean hasRetry()
- Specified by:
hasRetryin interfaceDeliverySpecFluent<A extends DeliverySpecFluent<A>>
-
-