Class CloudEventAttributesBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributesFluentImpl<CloudEventAttributesBuilder>
-
- io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributesBuilder
-
- All Implemented Interfaces:
CloudEventAttributesFluent<CloudEventAttributesBuilder>,io.fabric8.kubernetes.api.builder.Builder<CloudEventAttributes>,io.fabric8.kubernetes.api.builder.Fluent<CloudEventAttributesBuilder>,io.fabric8.kubernetes.api.builder.Visitable<CloudEventAttributesBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CloudEventAttributes,CloudEventAttributesBuilder>
public class CloudEventAttributesBuilder extends CloudEventAttributesFluentImpl<CloudEventAttributesBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CloudEventAttributes,CloudEventAttributesBuilder>
-
-
Constructor Summary
Constructors Constructor Description CloudEventAttributesBuilder()CloudEventAttributesBuilder(CloudEventAttributes instance)CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent)CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent, CloudEventAttributes instance)CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent, CloudEventAttributes instance, Boolean validationEnabled)CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent, Boolean validationEnabled)CloudEventAttributesBuilder(CloudEventAttributes instance, Boolean validationEnabled)CloudEventAttributesBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableCloudEventAttributesbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributesFluentImpl
getSource, getType, hasSource, hasType, withNewSource, withNewSource, withNewSource, withNewType, withNewType, withNewType, withSource, withType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
CloudEventAttributesBuilder
public CloudEventAttributesBuilder()
-
CloudEventAttributesBuilder
public CloudEventAttributesBuilder(Boolean validationEnabled)
-
CloudEventAttributesBuilder
public CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent)
-
CloudEventAttributesBuilder
public CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent, Boolean validationEnabled)
-
CloudEventAttributesBuilder
public CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent, CloudEventAttributes instance)
-
CloudEventAttributesBuilder
public CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent, CloudEventAttributes instance, Boolean validationEnabled)
-
CloudEventAttributesBuilder
public CloudEventAttributesBuilder(CloudEventAttributes instance)
-
CloudEventAttributesBuilder
public CloudEventAttributesBuilder(CloudEventAttributes instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public EditableCloudEventAttributes build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CloudEventAttributes>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCloudEventAttributesFluentImpl<CloudEventAttributesBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCloudEventAttributesFluentImpl<CloudEventAttributesBuilder>
-
-