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 |
|---|---|
CloudEventAttributes |
build() |
equals, getSource, getType, hashCode, hasSource, hasType, toString, withSource, withTypeaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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 CloudEventAttributes build()
build in interface io.fabric8.kubernetes.api.builder.Builder<CloudEventAttributes>Copyright © 2015–2022 Red Hat. All rights reserved.