Class ClusterPlatformMetadataBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.ClusterPlatformMetadataFluent<ClusterPlatformMetadataBuilder>
-
- io.fabric8.openshift.api.model.hive.v1.ClusterPlatformMetadataBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ClusterPlatformMetadata>,io.fabric8.kubernetes.api.builder.Visitable<ClusterPlatformMetadataBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ClusterPlatformMetadata,ClusterPlatformMetadataBuilder>
public class ClusterPlatformMetadataBuilder extends ClusterPlatformMetadataFluent<ClusterPlatformMetadataBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ClusterPlatformMetadata,ClusterPlatformMetadataBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.hive.v1.ClusterPlatformMetadataFluent
ClusterPlatformMetadataFluent.AwsNested<N>, ClusterPlatformMetadataFluent.AzureNested<N>, ClusterPlatformMetadataFluent.GcpNested<N>
-
-
Constructor Summary
Constructors Constructor Description ClusterPlatformMetadataBuilder()ClusterPlatformMetadataBuilder(ClusterPlatformMetadata instance)ClusterPlatformMetadataBuilder(ClusterPlatformMetadataFluent<?> fluent)ClusterPlatformMetadataBuilder(ClusterPlatformMetadataFluent<?> fluent, ClusterPlatformMetadata instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterPlatformMetadatabuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.v1.ClusterPlatformMetadataFluent
addToAdditionalProperties, addToAdditionalProperties, buildAws, buildAzure, buildGcp, copyInstance, editAws, editAzure, editGcp, editOrNewAws, editOrNewAwsLike, editOrNewAzure, editOrNewAzureLike, editOrNewGcp, editOrNewGcpLike, equals, getAdditionalProperties, hasAdditionalProperties, hasAws, hasAzure, hasGcp, hashCode, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withAws, withAzure, withGcp, withNewAws, withNewAws, withNewAwsLike, withNewAzure, withNewAzure, withNewAzureLike, withNewGcp, withNewGcp, withNewGcpLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ClusterPlatformMetadataBuilder
public ClusterPlatformMetadataBuilder()
-
ClusterPlatformMetadataBuilder
public ClusterPlatformMetadataBuilder(ClusterPlatformMetadataFluent<?> fluent)
-
ClusterPlatformMetadataBuilder
public ClusterPlatformMetadataBuilder(ClusterPlatformMetadataFluent<?> fluent, ClusterPlatformMetadata instance)
-
ClusterPlatformMetadataBuilder
public ClusterPlatformMetadataBuilder(ClusterPlatformMetadata instance)
-
-
Method Detail
-
build
public ClusterPlatformMetadata build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ClusterPlatformMetadata>
-
-