Class AwsSqsSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.eventing.contrib.awssqs.v1alpha1.AwsSqsSourceFluentImpl<AwsSqsSourceBuilder>
-
- io.fabric8.knative.eventing.contrib.awssqs.v1alpha1.AwsSqsSourceBuilder
-
- All Implemented Interfaces:
AwsSqsSourceFluent<AwsSqsSourceBuilder>,io.fabric8.kubernetes.api.builder.Builder<AwsSqsSource>,io.fabric8.kubernetes.api.builder.Fluent<AwsSqsSourceBuilder>,io.fabric8.kubernetes.api.builder.Visitable<AwsSqsSourceBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AwsSqsSource,AwsSqsSourceBuilder>
public class AwsSqsSourceBuilder extends AwsSqsSourceFluentImpl<AwsSqsSourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AwsSqsSource,AwsSqsSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.knative.eventing.contrib.awssqs.v1alpha1.AwsSqsSourceFluentImpl
AwsSqsSourceFluentImpl.MetadataNestedImpl<N>, AwsSqsSourceFluentImpl.SpecNestedImpl<N>, AwsSqsSourceFluentImpl.StatusNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.knative.eventing.contrib.awssqs.v1alpha1.AwsSqsSourceFluent
AwsSqsSourceFluent.MetadataNested<N>, AwsSqsSourceFluent.SpecNested<N>, AwsSqsSourceFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description AwsSqsSourceBuilder()AwsSqsSourceBuilder(AwsSqsSource instance)AwsSqsSourceBuilder(AwsSqsSourceFluent<?> fluent)AwsSqsSourceBuilder(AwsSqsSourceFluent<?> fluent, AwsSqsSource instance)AwsSqsSourceBuilder(AwsSqsSourceFluent<?> fluent, AwsSqsSource instance, Boolean validationEnabled)AwsSqsSourceBuilder(AwsSqsSourceFluent<?> fluent, Boolean validationEnabled)AwsSqsSourceBuilder(AwsSqsSource instance, Boolean validationEnabled)AwsSqsSourceBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableAwsSqsSourcebuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.knative.eventing.contrib.awssqs.v1alpha1.AwsSqsSourceFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
AwsSqsSourceBuilder
public AwsSqsSourceBuilder()
-
AwsSqsSourceBuilder
public AwsSqsSourceBuilder(Boolean validationEnabled)
-
AwsSqsSourceBuilder
public AwsSqsSourceBuilder(AwsSqsSourceFluent<?> fluent)
-
AwsSqsSourceBuilder
public AwsSqsSourceBuilder(AwsSqsSourceFluent<?> fluent, Boolean validationEnabled)
-
AwsSqsSourceBuilder
public AwsSqsSourceBuilder(AwsSqsSourceFluent<?> fluent, AwsSqsSource instance)
-
AwsSqsSourceBuilder
public AwsSqsSourceBuilder(AwsSqsSourceFluent<?> fluent, AwsSqsSource instance, Boolean validationEnabled)
-
AwsSqsSourceBuilder
public AwsSqsSourceBuilder(AwsSqsSource instance)
-
AwsSqsSourceBuilder
public AwsSqsSourceBuilder(AwsSqsSource instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public EditableAwsSqsSource build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AwsSqsSource>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAwsSqsSourceFluentImpl<AwsSqsSourceBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAwsSqsSourceFluentImpl<AwsSqsSourceBuilder>
-
-