Package com.atlan.model.packages
Class ConnectionDelete
java.lang.Object
com.atlan.model.packages.AbstractPackage
com.atlan.model.packages.ConnectionDelete
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
ConnectionDelete.ConnectionDeleteBuilder<C extends ConnectionDelete,
B extends ConnectionDelete.ConnectionDeleteBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.packages.AbstractPackage
AbstractPackage.AbstractPackageBuilder<C extends AbstractPackage,
B extends AbstractPackage.AbstractPackageBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.packages.AbstractPackage
_name, _prefix, _runName
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectionDelete.ConnectionDeleteBuilder<?,
?> protected boolean
static ConnectionDelete.ConnectionDeleteBuilder<?,
?> Create the base configuration for a new connection delete workflow.boolean
int
hashCode()
toString()
Methods inherited from class com.atlan.model.packages.AbstractPackage
get_annotations, get_credential, get_labels, get_name, get_parameters, get_prefix, get_runName, getEpoch, toWorkflow
-
Field Details
-
PREFIX
-
-
Constructor Details
-
ConnectionDelete
-
-
Method Details
-
creator
public static ConnectionDelete.ConnectionDeleteBuilder<?,?> creator(String qualifiedName, boolean purge) Create the base configuration for a new connection delete workflow.- Parameters:
qualifiedName
- unique name of the connection whose assets should be deletedpurge
- if true, permanently delete the connection and its assets, otherwise only archive (soft-delete) them- Returns:
- the builder for the base configuration of a connection delete
-
_internal
-
toBuilder
-
equals
- Overrides:
equals
in classAbstractPackage
-
canEqual
- Overrides:
canEqual
in classAbstractPackage
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractPackage
-
toString
- Overrides:
toString
in classAbstractPackage
-