public class CloudEventAttributesBuilder extends CloudEventAttributesFluentImpl<CloudEventAttributesBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CloudEventAttributes,CloudEventAttributesBuilder>
| Constructor and Description |
|---|
CloudEventAttributesBuilder() |
CloudEventAttributesBuilder(Boolean validationEnabled) |
CloudEventAttributesBuilder(CloudEventAttributes instance) |
CloudEventAttributesBuilder(CloudEventAttributes instance,
Boolean validationEnabled) |
CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent) |
CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent,
Boolean validationEnabled) |
CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent,
CloudEventAttributes instance) |
CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent,
CloudEventAttributes instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
EditableCloudEventAttributes |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getSource, getType, hasSource, hasType, withNewSource, withNewType, withSource, withTypeaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic CloudEventAttributesBuilder()
public CloudEventAttributesBuilder(Boolean validationEnabled)
public CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent)
public CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent, Boolean validationEnabled)
public CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent, CloudEventAttributes instance)
public CloudEventAttributesBuilder(CloudEventAttributesFluent<?> fluent, CloudEventAttributes instance, Boolean validationEnabled)
public CloudEventAttributesBuilder(CloudEventAttributes instance)
public CloudEventAttributesBuilder(CloudEventAttributes instance, Boolean validationEnabled)
public EditableCloudEventAttributes build()
build in interface io.fabric8.kubernetes.api.builder.Builder<CloudEventAttributes>public boolean equals(Object o)
equals in class CloudEventAttributesFluentImpl<CloudEventAttributesBuilder>public int hashCode()
hashCode in class CloudEventAttributesFluentImpl<CloudEventAttributesBuilder>Copyright © 2015–2021 Red Hat. All rights reserved.