Class AWSPrivateLinkConfigBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.AWSPrivateLinkConfigFluent<AWSPrivateLinkConfigBuilder>
-
- io.fabric8.openshift.api.model.hive.v1.AWSPrivateLinkConfigBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AWSPrivateLinkConfig>,io.fabric8.kubernetes.api.builder.Visitable<AWSPrivateLinkConfigBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AWSPrivateLinkConfig,AWSPrivateLinkConfigBuilder>
public class AWSPrivateLinkConfigBuilder extends AWSPrivateLinkConfigFluent<AWSPrivateLinkConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AWSPrivateLinkConfig,AWSPrivateLinkConfigBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.hive.v1.AWSPrivateLinkConfigFluent
AWSPrivateLinkConfigFluent.AssociatedVPCsNested<N>, AWSPrivateLinkConfigFluent.CredentialsSecretRefNested<N>, AWSPrivateLinkConfigFluent.EndpointVPCInventoryNested<N>
-
-
Constructor Summary
Constructors Constructor Description AWSPrivateLinkConfigBuilder()AWSPrivateLinkConfigBuilder(AWSPrivateLinkConfig instance)AWSPrivateLinkConfigBuilder(AWSPrivateLinkConfigFluent<?> fluent)AWSPrivateLinkConfigBuilder(AWSPrivateLinkConfigFluent<?> fluent, AWSPrivateLinkConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AWSPrivateLinkConfigbuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.v1.AWSPrivateLinkConfigFluent
addAllToAssociatedVPCs, addAllToEndpointVPCInventory, addNewAssociatedVPC, addNewAssociatedVPCLike, addNewEndpointVPCInventory, addNewEndpointVPCInventoryLike, addToAdditionalProperties, addToAdditionalProperties, addToAssociatedVPCs, addToAssociatedVPCs, addToEndpointVPCInventory, addToEndpointVPCInventory, buildAssociatedVPC, buildAssociatedVPCs, buildCredentialsSecretRef, buildEndpointVPCInventory, buildEndpointVPCInventory, buildFirstAssociatedVPC, buildFirstEndpointVPCInventory, buildLastAssociatedVPC, buildLastEndpointVPCInventory, buildMatchingAssociatedVPC, buildMatchingEndpointVPCInventory, copyInstance, editAssociatedVPC, editCredentialsSecretRef, editEndpointVPCInventory, editFirstAssociatedVPC, editFirstEndpointVPCInventory, editLastAssociatedVPC, editLastEndpointVPCInventory, editMatchingAssociatedVPC, editMatchingEndpointVPCInventory, editOrNewCredentialsSecretRef, editOrNewCredentialsSecretRefLike, equals, getAdditionalProperties, getDnsRecordType, hasAdditionalProperties, hasAssociatedVPCs, hasCredentialsSecretRef, hasDnsRecordType, hasEndpointVPCInventory, hashCode, hasMatchingAssociatedVPC, hasMatchingEndpointVPCInventory, removeAllFromAssociatedVPCs, removeAllFromEndpointVPCInventory, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromAssociatedVPCs, removeFromEndpointVPCInventory, removeMatchingFromAssociatedVPCs, removeMatchingFromEndpointVPCInventory, setNewAssociatedVPCLike, setNewEndpointVPCInventoryLike, setToAssociatedVPCs, setToEndpointVPCInventory, toString, withAdditionalProperties, withAssociatedVPCs, withAssociatedVPCs, withCredentialsSecretRef, withDnsRecordType, withEndpointVPCInventory, withEndpointVPCInventory, withNewCredentialsSecretRef, withNewCredentialsSecretRef, withNewCredentialsSecretRefLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AWSPrivateLinkConfigBuilder
public AWSPrivateLinkConfigBuilder()
-
AWSPrivateLinkConfigBuilder
public AWSPrivateLinkConfigBuilder(AWSPrivateLinkConfigFluent<?> fluent)
-
AWSPrivateLinkConfigBuilder
public AWSPrivateLinkConfigBuilder(AWSPrivateLinkConfig instance)
-
AWSPrivateLinkConfigBuilder
public AWSPrivateLinkConfigBuilder(AWSPrivateLinkConfigFluent<?> fluent, AWSPrivateLinkConfig instance)
-
-
Method Detail
-
build
public AWSPrivateLinkConfig build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AWSPrivateLinkConfig>
-
-