Class AzureResourceTagBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.AzureResourceTagFluent<AzureResourceTagBuilder>
-
- io.fabric8.openshift.api.model.config.v1.AzureResourceTagBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AzureResourceTag>,io.fabric8.kubernetes.api.builder.Visitable<AzureResourceTagBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AzureResourceTag,AzureResourceTagBuilder>
public class AzureResourceTagBuilder extends AzureResourceTagFluent<AzureResourceTagBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AzureResourceTag,AzureResourceTagBuilder>
-
-
Constructor Summary
Constructors Constructor Description AzureResourceTagBuilder()AzureResourceTagBuilder(AzureResourceTag instance)AzureResourceTagBuilder(AzureResourceTagFluent<?> fluent)AzureResourceTagBuilder(AzureResourceTagFluent<?> fluent, AzureResourceTag instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureResourceTagbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.AzureResourceTagFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getKey, getValue, hasAdditionalProperties, hashCode, hasKey, hasValue, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withKey, withValue
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AzureResourceTagBuilder
public AzureResourceTagBuilder()
-
AzureResourceTagBuilder
public AzureResourceTagBuilder(AzureResourceTagFluent<?> fluent)
-
AzureResourceTagBuilder
public AzureResourceTagBuilder(AzureResourceTagFluent<?> fluent, AzureResourceTag instance)
-
AzureResourceTagBuilder
public AzureResourceTagBuilder(AzureResourceTag instance)
-
-
Method Detail
-
build
public AzureResourceTag build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AzureResourceTag>
-
-