Class AWSPrivateLinkInventoryBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.AWSPrivateLinkInventoryFluent<AWSPrivateLinkInventoryBuilder>
-
- io.fabric8.openshift.api.model.hive.v1.AWSPrivateLinkInventoryBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AWSPrivateLinkInventory>,io.fabric8.kubernetes.api.builder.Visitable<AWSPrivateLinkInventoryBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AWSPrivateLinkInventory,AWSPrivateLinkInventoryBuilder>
public class AWSPrivateLinkInventoryBuilder extends AWSPrivateLinkInventoryFluent<AWSPrivateLinkInventoryBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AWSPrivateLinkInventory,AWSPrivateLinkInventoryBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.hive.v1.AWSPrivateLinkInventoryFluent
AWSPrivateLinkInventoryFluent.SubnetsNested<N>
-
-
Constructor Summary
Constructors Constructor Description AWSPrivateLinkInventoryBuilder()AWSPrivateLinkInventoryBuilder(AWSPrivateLinkInventory instance)AWSPrivateLinkInventoryBuilder(AWSPrivateLinkInventoryFluent<?> fluent)AWSPrivateLinkInventoryBuilder(AWSPrivateLinkInventoryFluent<?> fluent, AWSPrivateLinkInventory instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AWSPrivateLinkInventorybuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.v1.AWSPrivateLinkInventoryFluent
addAllToSubnets, addNewSubnet, addNewSubnet, addNewSubnetLike, addToAdditionalProperties, addToAdditionalProperties, addToSubnets, addToSubnets, buildFirstSubnet, buildLastSubnet, buildMatchingSubnet, buildSubnet, buildSubnets, copyInstance, editFirstSubnet, editLastSubnet, editMatchingSubnet, editSubnet, equals, getAdditionalProperties, getRegion, getVpcID, hasAdditionalProperties, hashCode, hasMatchingSubnet, hasRegion, hasSubnets, hasVpcID, removeAllFromSubnets, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromSubnets, removeMatchingFromSubnets, setNewSubnetLike, setToSubnets, toString, withAdditionalProperties, withRegion, withSubnets, withSubnets, withVpcID
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AWSPrivateLinkInventoryBuilder
public AWSPrivateLinkInventoryBuilder()
-
AWSPrivateLinkInventoryBuilder
public AWSPrivateLinkInventoryBuilder(AWSPrivateLinkInventoryFluent<?> fluent)
-
AWSPrivateLinkInventoryBuilder
public AWSPrivateLinkInventoryBuilder(AWSPrivateLinkInventory instance)
-
AWSPrivateLinkInventoryBuilder
public AWSPrivateLinkInventoryBuilder(AWSPrivateLinkInventoryFluent<?> fluent, AWSPrivateLinkInventory instance)
-
-
Method Detail
-
build
public AWSPrivateLinkInventory build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AWSPrivateLinkInventory>
-
-