Class PlatformBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.aws.v1.PlatformFluent<PlatformBuilder>
-
- io.fabric8.openshift.api.model.hive.aws.v1.PlatformBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Platform>,io.fabric8.kubernetes.api.builder.Visitable<PlatformBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Platform,PlatformBuilder>
public class PlatformBuilder extends PlatformFluent<PlatformBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Platform,PlatformBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.hive.aws.v1.PlatformFluent
PlatformFluent.CredentialsAssumeRoleNested<N>, PlatformFluent.CredentialsSecretRefNested<N>, PlatformFluent.PrivateLinkNested<N>
-
-
Constructor Summary
Constructors Constructor Description PlatformBuilder()PlatformBuilder(Platform instance)PlatformBuilder(PlatformFluent<?> fluent)PlatformBuilder(PlatformFluent<?> fluent, Platform instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Platformbuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.aws.v1.PlatformFluent
addToAdditionalProperties, addToAdditionalProperties, addToUserTags, addToUserTags, buildCredentialsAssumeRole, buildCredentialsSecretRef, buildPrivateLink, copyInstance, editCredentialsAssumeRole, editCredentialsSecretRef, editOrNewCredentialsAssumeRole, editOrNewCredentialsAssumeRoleLike, editOrNewCredentialsSecretRef, editOrNewCredentialsSecretRefLike, editOrNewPrivateLink, editOrNewPrivateLinkLike, editPrivateLink, equals, getAdditionalProperties, getRegion, getUserTags, hasAdditionalProperties, hasCredentialsAssumeRole, hasCredentialsSecretRef, hashCode, hasPrivateLink, hasRegion, hasUserTags, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromUserTags, removeFromUserTags, toString, withAdditionalProperties, withCredentialsAssumeRole, withCredentialsSecretRef, withNewCredentialsAssumeRole, withNewCredentialsAssumeRole, withNewCredentialsAssumeRoleLike, withNewCredentialsSecretRef, withNewCredentialsSecretRef, withNewCredentialsSecretRefLike, withNewPrivateLink, withNewPrivateLinkLike, withPrivateLink, withRegion, withUserTags
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PlatformBuilder
public PlatformBuilder()
-
PlatformBuilder
public PlatformBuilder(PlatformFluent<?> fluent)
-
PlatformBuilder
public PlatformBuilder(PlatformFluent<?> fluent, Platform instance)
-
PlatformBuilder
public PlatformBuilder(Platform instance)
-
-