Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// Generated by delombok at Wed Oct 16 22:16:03 UTC 2024
/* SPDX-License-Identifier: Apache-2.0
Copyright 2022 Atlan Pte. Ltd. */
package com.atlan.model.assets;
import com.atlan.Atlan;
import com.atlan.AtlanClient;
import com.atlan.exception.AtlanException;
import com.atlan.exception.ErrorCode;
import com.atlan.exception.InvalidRequestException;
import com.atlan.exception.NotFoundException;
import com.atlan.model.enums.AtlanAnnouncementType;
import com.atlan.model.enums.CertificateStatus;
import com.atlan.model.enums.DynamoDBSecondaryIndexProjectionType;
import com.atlan.model.enums.DynamoDBStatus;
import com.atlan.model.enums.TableType;
import com.atlan.model.relations.Reference;
import com.atlan.model.relations.UniqueAttributes;
import com.atlan.model.search.FluentSearch;
import com.atlan.util.StringUtils;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.SortedSet;
import java.util.concurrent.ThreadLocalRandom;
import javax.annotation.processing.Generated;
import lombok.*;
/**
* Atlan DynamoDB Global Secondary Index
*/
@Generated("com.atlan.generators.ModelGeneratorV2")
@SuppressWarnings("cast")
public class DynamoDBGlobalSecondaryIndex extends Asset implements IDynamoDBGlobalSecondaryIndex, IDynamoDBSecondaryIndex, ITable, IDynamoDB, ISQL, ICatalog, IAsset, IReferenceable, INoSQL {
@java.lang.SuppressWarnings("all")
@lombok.Generated
private static final org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(DynamoDBGlobalSecondaryIndex.class);
private static final long serialVersionUID = 2L;
public static final String TYPE_NAME = "DynamoDBGlobalSecondaryIndex";
/**
* Fixed typeName for DynamoDBGlobalSecondaryIndexs.
*/
String typeName;
/**
* Alias for this table.
*/
@Attribute
String alias;
/**
* Simple name of the calculation view in which this SQL asset exists, or empty if it does not exist within a calculation view.
*/
@Attribute
String calculationViewName;
/**
* Unique name of the calculation view in which this SQL asset exists, or empty if it does not exist within a calculation view.
*/
@Attribute
String calculationViewQualifiedName;
/**
* Number of columns in this table.
*/
@Attribute
Long columnCount;
/**
* Columns that exist within this table.
*/
@Attribute
SortedSet columns;
/**
* Simple name of the database in which this SQL asset exists, or empty if it does not exist within a database.
*/
@Attribute
String databaseName;
/**
* Unique name of the database in which this SQL asset exists, or empty if it does not exist within a database.
*/
@Attribute
String databaseQualifiedName;
/**
* TBC
*/
@Attribute
SortedSet dbtModels;
/**
* TBC
*/
@Attribute
SortedSet dbtSources;
/**
* TBC
*/
@Attribute
SortedSet dbtTests;
/**
* TBC
*/
@Attribute
SortedSet dimensions;
/**
* Specifies the partition key of the DynamoDB Table/Index
*/
@Attribute
String dynamoDBPartitionKey;
/**
* The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException
*/
@Attribute
Long dynamoDBReadCapacityUnits;
/**
* Specifies attributes that are projected from the DynamoDB table into the index
*/
@Attribute
DynamoDBSecondaryIndexProjectionType dynamoDBSecondaryIndexProjectionType;
/**
* Specifies the sort key of the DynamoDB Table/Index
*/
@Attribute
String dynamoDBSortKey;
/**
* Status of the DynamoDB Asset
*/
@Attribute
DynamoDBStatus dynamoDBStatus;
/**
* TBC
*/
@Attribute
IDynamoDBTable dynamoDBTable;
/**
* The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException
*/
@Attribute
Long dynamoDBWriteCapacityUnits;
/**
* External location of this table, for example: an S3 object location.
*/
@Attribute
String externalLocation;
/**
* Format of the external location of this table, for example: JSON, CSV, PARQUET, etc.
*/
@Attribute
String externalLocationFormat;
/**
* Region of the external location of this table, for example: S3 region.
*/
@Attribute
String externalLocationRegion;
/**
* TBC
*/
@Attribute
SortedSet facts;
/**
* iceberg table catalog name (can be any user defined name)
*/
@Attribute
String icebergCatalogName;
/**
* iceberg table catalog type (glue, polaris, snowflake)
*/
@Attribute
String icebergCatalogSource;
/**
* catalog table name (actual table name on the catalog side).
*/
@Attribute
String icebergCatalogTableName;
/**
* catalog table namespace (actual database name on the catalog side).
*/
@Attribute
String icebergCatalogTableNamespace;
/**
* iceberg table base location inside the external volume.
*/
@Attribute
String icebergTableBaseLocation;
/**
* iceberg table type (managed vs unmanaged)
*/
@Attribute
String icebergTableType;
/**
* Tasks to which this asset provides input.
*/
@Attribute
SortedSet inputToAirflowTasks;
/**
* Processes to which this asset provides input.
*/
@Attribute
SortedSet inputToProcesses;
/**
* TBC
*/
@Attribute
SortedSet inputToSparkJobs;
/**
* Whether this table is partitioned (true) or not (false).
*/
@Attribute
Boolean isPartitioned;
/**
* Whether this asset has been profiled (true) or not (false).
*/
@Attribute
Boolean isProfiled;
/**
* Whether preview queries are allowed for this table (true) or not (false).
*/
@Attribute
Boolean isQueryPreview;
/**
* Whether this table is a sharded table (true) or not (false).
*/
@Attribute
Boolean isSharded;
/**
* Whether this table is temporary (true) or not (false).
*/
@Attribute
Boolean isTemporary;
/**
* Time (epoch) at which this asset was last profiled, in milliseconds.
*/
@Attribute
@Date
Long lastProfiledAt;
/**
* Entities implemented by this asset.
*/
@Attribute
@JsonProperty("modelEntityImplemented")
SortedSet modelImplementedEntities;
/**
* Represents attributes for describing the key schema for the table and indexes.
*/
@Attribute
String noSQLSchemaDefinition;
/**
* Tasks from which this asset is output.
*/
@Attribute
SortedSet outputFromAirflowTasks;
/**
* Processes from which this asset is produced as output.
*/
@Attribute
SortedSet outputFromProcesses;
/**
* TBC
*/
@Attribute
SortedSet outputFromSparkJobs;
/**
* Number of partitions in this table.
*/
@Attribute
Long partitionCount;
/**
* List of partitions in this table.
*/
@Attribute
String partitionList;
/**
* Partition strategy for this table.
*/
@Attribute
String partitionStrategy;
/**
* Partitions that exist within this table.
*/
@Attribute
SortedSet partitions;
/**
* Queries that access this table.
*/
@Attribute
SortedSet queries;
/**
* Number of times this asset has been queried.
*/
@Attribute
Long queryCount;
/**
* Time (epoch) at which the query count was last updated, in milliseconds.
*/
@Attribute
@Date
Long queryCountUpdatedAt;
/**
* Configuration for preview queries.
*/
@Attribute
Map queryPreviewConfig;
/**
* Number of unique users who have queried this asset.
*/
@Attribute
Long queryUserCount;
/**
* Map of unique users who have queried this asset to the number of times they have queried it.
*/
@Attribute
Map queryUserMap;
/**
* Number of rows in this table.
*/
@Attribute
Long rowCount;
/**
* Schema in which this table exists.
*/
@Attribute
@JsonProperty("atlanSchema")
ISchema schema;
/**
* Simple name of the schema in which this SQL asset exists, or empty if it does not exist within a schema.
*/
@Attribute
String schemaName;
/**
* Unique name of the schema in which this SQL asset exists, or empty if it does not exist within a schema.
*/
@Attribute
String schemaQualifiedName;
/**
* Size of this table, in bytes.
*/
@Attribute
Long sizeBytes;
/**
* TBC
*/
@Attribute
SortedSet sqlDBTSources;
/**
* TBC
*/
@Attribute
SortedSet sqlDbtModels;
/**
* external volume name for the table.
*/
@Attribute
String tableExternalVolumeName;
/**
* Simple name of the table in which this SQL asset exists, or empty if it does not exist within a table.
*/
@Attribute
String tableName;
/**
* Unique name of the table in which this SQL asset exists, or empty if it does not exist within a table.
*/
@Attribute
String tableQualifiedName;
/**
* Data retention time in days.
*/
@Attribute
Long tableRetentionTime;
/**
* Type of the table.
*/
@Attribute
TableType tableType;
/**
* Simple name of the view in which this SQL asset exists, or empty if it does not exist within a view.
*/
@Attribute
String viewName;
/**
* Unique name of the view in which this SQL asset exists, or empty if it does not exist within a view.
*/
@Attribute
String viewQualifiedName;
/**
* Builds the minimal object necessary to create a relationship to a DynamoDBGlobalSecondaryIndex, from a potentially
* more-complete DynamoDBGlobalSecondaryIndex object.
*
* @return the minimal object necessary to relate to the DynamoDBGlobalSecondaryIndex
* @throws InvalidRequestException if any of the minimal set of required properties for a DynamoDBGlobalSecondaryIndex relationship are not found in the initial object
*/
@Override
public DynamoDBGlobalSecondaryIndex trimToReference() throws InvalidRequestException {
if (this.getGuid() != null && !this.getGuid().isEmpty()) {
return refByGuid(this.getGuid());
}
if (this.getQualifiedName() != null && !this.getQualifiedName().isEmpty()) {
return refByQualifiedName(this.getQualifiedName());
}
if (this.getUniqueAttributes() != null && this.getUniqueAttributes().getQualifiedName() != null && !this.getUniqueAttributes().getQualifiedName().isEmpty()) {
return refByQualifiedName(this.getUniqueAttributes().getQualifiedName());
}
throw new InvalidRequestException(ErrorCode.MISSING_REQUIRED_RELATIONSHIP_PARAM, TYPE_NAME, "guid, qualifiedName");
}
/**
* Start a fluent search that will return all DynamoDBGlobalSecondaryIndex assets.
* Additional conditions can be chained onto the returned search before any
* asset retrieval is attempted, ensuring all conditions are pushed-down for
* optimal retrieval. Only active (non-archived) DynamoDBGlobalSecondaryIndex assets will be included.
*
* @return a fluent search that includes all DynamoDBGlobalSecondaryIndex assets
*/
public static FluentSearch.FluentSearchBuilder, ?> select() {
return select(Atlan.getDefaultClient());
}
/**
* Start a fluent search that will return all DynamoDBGlobalSecondaryIndex assets.
* Additional conditions can be chained onto the returned search before any
* asset retrieval is attempted, ensuring all conditions are pushed-down for
* optimal retrieval. Only active (non-archived) DynamoDBGlobalSecondaryIndex assets will be included.
*
* @param client connectivity to the Atlan tenant from which to retrieve the assets
* @return a fluent search that includes all DynamoDBGlobalSecondaryIndex assets
*/
public static FluentSearch.FluentSearchBuilder, ?> select(AtlanClient client) {
return select(client, false);
}
/**
* Start a fluent search that will return all DynamoDBGlobalSecondaryIndex assets.
* Additional conditions can be chained onto the returned search before any
* asset retrieval is attempted, ensuring all conditions are pushed-down for
* optimal retrieval.
*
* @param includeArchived when true, archived (soft-deleted) DynamoDBGlobalSecondaryIndexs will be included
* @return a fluent search that includes all DynamoDBGlobalSecondaryIndex assets
*/
public static FluentSearch.FluentSearchBuilder, ?> select(boolean includeArchived) {
return select(Atlan.getDefaultClient(), includeArchived);
}
/**
* Start a fluent search that will return all DynamoDBGlobalSecondaryIndex assets.
* Additional conditions can be chained onto the returned search before any
* asset retrieval is attempted, ensuring all conditions are pushed-down for
* optimal retrieval.
*
* @param client connectivity to the Atlan tenant from which to retrieve the assets
* @param includeArchived when true, archived (soft-deleted) DynamoDBGlobalSecondaryIndexs will be included
* @return a fluent search that includes all DynamoDBGlobalSecondaryIndex assets
*/
public static FluentSearch.FluentSearchBuilder, ?> select(AtlanClient client, boolean includeArchived) {
FluentSearch.FluentSearchBuilder, ?> builder = FluentSearch.builder(client).where(Asset.TYPE_NAME.eq(TYPE_NAME));
if (!includeArchived) {
builder.active();
}
return builder;
}
/**
* Reference to a DynamoDBGlobalSecondaryIndex by GUID. Use this to create a relationship to this DynamoDBGlobalSecondaryIndex,
* where the relationship should be replaced.
*
* @param guid the GUID of the DynamoDBGlobalSecondaryIndex to reference
* @return reference to a DynamoDBGlobalSecondaryIndex that can be used for defining a relationship to a DynamoDBGlobalSecondaryIndex
*/
public static DynamoDBGlobalSecondaryIndex refByGuid(String guid) {
return refByGuid(guid, Reference.SaveSemantic.REPLACE);
}
/**
* Reference to a DynamoDBGlobalSecondaryIndex by GUID. Use this to create a relationship to this DynamoDBGlobalSecondaryIndex,
* where you want to further control how that relationship should be updated (i.e. replaced,
* appended, or removed).
*
* @param guid the GUID of the DynamoDBGlobalSecondaryIndex to reference
* @param semantic how to save this relationship (replace all with this, append it, or remove it)
* @return reference to a DynamoDBGlobalSecondaryIndex that can be used for defining a relationship to a DynamoDBGlobalSecondaryIndex
*/
public static DynamoDBGlobalSecondaryIndex refByGuid(String guid, Reference.SaveSemantic semantic) {
return DynamoDBGlobalSecondaryIndex._internal().guid(guid).semantic(semantic).build();
}
/**
* Reference to a DynamoDBGlobalSecondaryIndex by qualifiedName. Use this to create a relationship to this DynamoDBGlobalSecondaryIndex,
* where the relationship should be replaced.
*
* @param qualifiedName the qualifiedName of the DynamoDBGlobalSecondaryIndex to reference
* @return reference to a DynamoDBGlobalSecondaryIndex that can be used for defining a relationship to a DynamoDBGlobalSecondaryIndex
*/
public static DynamoDBGlobalSecondaryIndex refByQualifiedName(String qualifiedName) {
return refByQualifiedName(qualifiedName, Reference.SaveSemantic.REPLACE);
}
/**
* Reference to a DynamoDBGlobalSecondaryIndex by qualifiedName. Use this to create a relationship to this DynamoDBGlobalSecondaryIndex,
* where you want to further control how that relationship should be updated (i.e. replaced,
* appended, or removed).
*
* @param qualifiedName the qualifiedName of the DynamoDBGlobalSecondaryIndex to reference
* @param semantic how to save this relationship (replace all with this, append it, or remove it)
* @return reference to a DynamoDBGlobalSecondaryIndex that can be used for defining a relationship to a DynamoDBGlobalSecondaryIndex
*/
public static DynamoDBGlobalSecondaryIndex refByQualifiedName(String qualifiedName, Reference.SaveSemantic semantic) {
return DynamoDBGlobalSecondaryIndex._internal().uniqueAttributes(UniqueAttributes.builder().qualifiedName(qualifiedName).build()).semantic(semantic).build();
}
/**
* Retrieves a DynamoDBGlobalSecondaryIndex by one of its identifiers, complete with all of its relationships.
*
* @param id of the DynamoDBGlobalSecondaryIndex to retrieve, either its GUID or its full qualifiedName
* @return the requested full DynamoDBGlobalSecondaryIndex, complete with all of its relationships
* @throws AtlanException on any error during the API invocation, such as the {@link NotFoundException} if the DynamoDBGlobalSecondaryIndex does not exist or the provided GUID is not a DynamoDBGlobalSecondaryIndex
*/
@JsonIgnore
public static DynamoDBGlobalSecondaryIndex get(String id) throws AtlanException {
return get(Atlan.getDefaultClient(), id);
}
/**
* Retrieves a DynamoDBGlobalSecondaryIndex by one of its identifiers, complete with all of its relationships.
*
* @param client connectivity to the Atlan tenant from which to retrieve the asset
* @param id of the DynamoDBGlobalSecondaryIndex to retrieve, either its GUID or its full qualifiedName
* @return the requested full DynamoDBGlobalSecondaryIndex, complete with all of its relationships
* @throws AtlanException on any error during the API invocation, such as the {@link NotFoundException} if the DynamoDBGlobalSecondaryIndex does not exist or the provided GUID is not a DynamoDBGlobalSecondaryIndex
*/
@JsonIgnore
public static DynamoDBGlobalSecondaryIndex get(AtlanClient client, String id) throws AtlanException {
return get(client, id, true);
}
/**
* Retrieves a DynamoDBGlobalSecondaryIndex by one of its identifiers, optionally complete with all of its relationships.
*
* @param client connectivity to the Atlan tenant from which to retrieve the asset
* @param id of the DynamoDBGlobalSecondaryIndex to retrieve, either its GUID or its full qualifiedName
* @param includeRelationships if true, all of the asset's relationships will also be retrieved; if false, no relationships will be retrieved
* @return the requested full DynamoDBGlobalSecondaryIndex, optionally complete with all of its relationships
* @throws AtlanException on any error during the API invocation, such as the {@link NotFoundException} if the DynamoDBGlobalSecondaryIndex does not exist or the provided GUID is not a DynamoDBGlobalSecondaryIndex
*/
@JsonIgnore
public static DynamoDBGlobalSecondaryIndex get(AtlanClient client, String id, boolean includeRelationships) throws AtlanException {
if (id == null) {
throw new NotFoundException(ErrorCode.ASSET_NOT_FOUND_BY_GUID, "(null)");
} else if (StringUtils.isUUID(id)) {
Asset asset = Asset.get(client, id, includeRelationships);
if (asset == null) {
throw new NotFoundException(ErrorCode.ASSET_NOT_FOUND_BY_GUID, id);
} else if (asset instanceof DynamoDBGlobalSecondaryIndex) {
return (DynamoDBGlobalSecondaryIndex) asset;
} else {
throw new NotFoundException(ErrorCode.ASSET_NOT_TYPE_REQUESTED, id, TYPE_NAME);
}
} else {
Asset asset = Asset.get(client, TYPE_NAME, id, includeRelationships);
if (asset instanceof DynamoDBGlobalSecondaryIndex) {
return (DynamoDBGlobalSecondaryIndex) asset;
} else {
throw new NotFoundException(ErrorCode.ASSET_NOT_FOUND_BY_QN, id, TYPE_NAME);
}
}
}
/**
* Restore the archived (soft-deleted) DynamoDBGlobalSecondaryIndex to active.
*
* @param qualifiedName for the DynamoDBGlobalSecondaryIndex
* @return true if the DynamoDBGlobalSecondaryIndex is now active, and false otherwise
* @throws AtlanException on any API problems
*/
public static boolean restore(String qualifiedName) throws AtlanException {
return restore(Atlan.getDefaultClient(), qualifiedName);
}
/**
* Restore the archived (soft-deleted) DynamoDBGlobalSecondaryIndex to active.
*
* @param client connectivity to the Atlan tenant on which to restore the asset
* @param qualifiedName for the DynamoDBGlobalSecondaryIndex
* @return true if the DynamoDBGlobalSecondaryIndex is now active, and false otherwise
* @throws AtlanException on any API problems
*/
public static boolean restore(AtlanClient client, String qualifiedName) throws AtlanException {
return Asset.restore(client, TYPE_NAME, qualifiedName);
}
/**
* Builds the minimal object necessary to update a DynamoDBGlobalSecondaryIndex.
*
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param name of the DynamoDBGlobalSecondaryIndex
* @return the minimal request necessary to update the DynamoDBGlobalSecondaryIndex, as a builder
*/
public static DynamoDBGlobalSecondaryIndexBuilder, ?> updater(String qualifiedName, String name) {
return DynamoDBGlobalSecondaryIndex._internal().guid("-" + ThreadLocalRandom.current().nextLong(0, Long.MAX_VALUE - 1)).qualifiedName(qualifiedName).name(name);
}
/**
* Builds the minimal object necessary to apply an update to a DynamoDBGlobalSecondaryIndex, from a potentially
* more-complete DynamoDBGlobalSecondaryIndex object.
*
* @return the minimal object necessary to update the DynamoDBGlobalSecondaryIndex, as a builder
* @throws InvalidRequestException if any of the minimal set of required properties for DynamoDBGlobalSecondaryIndex are not found in the initial object
*/
@Override
public DynamoDBGlobalSecondaryIndexBuilder, ?> trimToRequired() throws InvalidRequestException {
Map map = new HashMap<>();
map.put("qualifiedName", this.getQualifiedName());
map.put("name", this.getName());
validateRequired(TYPE_NAME, map);
return updater(this.getQualifiedName(), this.getName());
}
/**
* Remove the system description from a DynamoDBGlobalSecondaryIndex.
*
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param name of the DynamoDBGlobalSecondaryIndex
* @return the updated DynamoDBGlobalSecondaryIndex, or null if the removal failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex removeDescription(String qualifiedName, String name) throws AtlanException {
return removeDescription(Atlan.getDefaultClient(), qualifiedName, name);
}
/**
* Remove the system description from a DynamoDBGlobalSecondaryIndex.
*
* @param client connectivity to the Atlan tenant on which to remove the asset's description
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param name of the DynamoDBGlobalSecondaryIndex
* @return the updated DynamoDBGlobalSecondaryIndex, or null if the removal failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex removeDescription(AtlanClient client, String qualifiedName, String name) throws AtlanException {
return (DynamoDBGlobalSecondaryIndex) Asset.removeDescription(client, updater(qualifiedName, name));
}
/**
* Remove the user's description from a DynamoDBGlobalSecondaryIndex.
*
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param name of the DynamoDBGlobalSecondaryIndex
* @return the updated DynamoDBGlobalSecondaryIndex, or null if the removal failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex removeUserDescription(String qualifiedName, String name) throws AtlanException {
return removeUserDescription(Atlan.getDefaultClient(), qualifiedName, name);
}
/**
* Remove the user's description from a DynamoDBGlobalSecondaryIndex.
*
* @param client connectivity to the Atlan tenant on which to remove the asset's description
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param name of the DynamoDBGlobalSecondaryIndex
* @return the updated DynamoDBGlobalSecondaryIndex, or null if the removal failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex removeUserDescription(AtlanClient client, String qualifiedName, String name) throws AtlanException {
return (DynamoDBGlobalSecondaryIndex) Asset.removeUserDescription(client, updater(qualifiedName, name));
}
/**
* Remove the owners from a DynamoDBGlobalSecondaryIndex.
*
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param name of the DynamoDBGlobalSecondaryIndex
* @return the updated DynamoDBGlobalSecondaryIndex, or null if the removal failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex removeOwners(String qualifiedName, String name) throws AtlanException {
return removeOwners(Atlan.getDefaultClient(), qualifiedName, name);
}
/**
* Remove the owners from a DynamoDBGlobalSecondaryIndex.
*
* @param client connectivity to the Atlan tenant from which to remove the DynamoDBGlobalSecondaryIndex's owners
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param name of the DynamoDBGlobalSecondaryIndex
* @return the updated DynamoDBGlobalSecondaryIndex, or null if the removal failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex removeOwners(AtlanClient client, String qualifiedName, String name) throws AtlanException {
return (DynamoDBGlobalSecondaryIndex) Asset.removeOwners(client, updater(qualifiedName, name));
}
/**
* Update the certificate on a DynamoDBGlobalSecondaryIndex.
*
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param certificate to use
* @param message (optional) message, or null if no message
* @return the updated DynamoDBGlobalSecondaryIndex, or null if the update failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex updateCertificate(String qualifiedName, CertificateStatus certificate, String message) throws AtlanException {
return updateCertificate(Atlan.getDefaultClient(), qualifiedName, certificate, message);
}
/**
* Update the certificate on a DynamoDBGlobalSecondaryIndex.
*
* @param client connectivity to the Atlan tenant on which to update the DynamoDBGlobalSecondaryIndex's certificate
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param certificate to use
* @param message (optional) message, or null if no message
* @return the updated DynamoDBGlobalSecondaryIndex, or null if the update failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex updateCertificate(AtlanClient client, String qualifiedName, CertificateStatus certificate, String message) throws AtlanException {
return (DynamoDBGlobalSecondaryIndex) Asset.updateCertificate(client, _internal(), TYPE_NAME, qualifiedName, certificate, message);
}
/**
* Remove the certificate from a DynamoDBGlobalSecondaryIndex.
*
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param name of the DynamoDBGlobalSecondaryIndex
* @return the updated DynamoDBGlobalSecondaryIndex, or null if the removal failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex removeCertificate(String qualifiedName, String name) throws AtlanException {
return removeCertificate(Atlan.getDefaultClient(), qualifiedName, name);
}
/**
* Remove the certificate from a DynamoDBGlobalSecondaryIndex.
*
* @param client connectivity to the Atlan tenant from which to remove the DynamoDBGlobalSecondaryIndex's certificate
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param name of the DynamoDBGlobalSecondaryIndex
* @return the updated DynamoDBGlobalSecondaryIndex, or null if the removal failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex removeCertificate(AtlanClient client, String qualifiedName, String name) throws AtlanException {
return (DynamoDBGlobalSecondaryIndex) Asset.removeCertificate(client, updater(qualifiedName, name));
}
/**
* Update the announcement on a DynamoDBGlobalSecondaryIndex.
*
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param type type of announcement to set
* @param title (optional) title of the announcement to set (or null for no title)
* @param message (optional) message of the announcement to set (or null for no message)
* @return the result of the update, or null if the update failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex updateAnnouncement(String qualifiedName, AtlanAnnouncementType type, String title, String message) throws AtlanException {
return updateAnnouncement(Atlan.getDefaultClient(), qualifiedName, type, title, message);
}
/**
* Update the announcement on a DynamoDBGlobalSecondaryIndex.
*
* @param client connectivity to the Atlan tenant on which to update the DynamoDBGlobalSecondaryIndex's announcement
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param type type of announcement to set
* @param title (optional) title of the announcement to set (or null for no title)
* @param message (optional) message of the announcement to set (or null for no message)
* @return the result of the update, or null if the update failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex updateAnnouncement(AtlanClient client, String qualifiedName, AtlanAnnouncementType type, String title, String message) throws AtlanException {
return (DynamoDBGlobalSecondaryIndex) Asset.updateAnnouncement(client, _internal(), TYPE_NAME, qualifiedName, type, title, message);
}
/**
* Remove the announcement from a DynamoDBGlobalSecondaryIndex.
*
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param name of the DynamoDBGlobalSecondaryIndex
* @return the updated DynamoDBGlobalSecondaryIndex, or null if the removal failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex removeAnnouncement(String qualifiedName, String name) throws AtlanException {
return removeAnnouncement(Atlan.getDefaultClient(), qualifiedName, name);
}
/**
* Remove the announcement from a DynamoDBGlobalSecondaryIndex.
*
* @param client connectivity to the Atlan client from which to remove the DynamoDBGlobalSecondaryIndex's announcement
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param name of the DynamoDBGlobalSecondaryIndex
* @return the updated DynamoDBGlobalSecondaryIndex, or null if the removal failed
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex removeAnnouncement(AtlanClient client, String qualifiedName, String name) throws AtlanException {
return (DynamoDBGlobalSecondaryIndex) Asset.removeAnnouncement(client, updater(qualifiedName, name));
}
/**
* Replace the terms linked to the DynamoDBGlobalSecondaryIndex.
*
* @param qualifiedName for the DynamoDBGlobalSecondaryIndex
* @param name human-readable name of the DynamoDBGlobalSecondaryIndex
* @param terms the list of terms to replace on the DynamoDBGlobalSecondaryIndex, or null to remove all terms from the DynamoDBGlobalSecondaryIndex
* @return the DynamoDBGlobalSecondaryIndex that was updated (note that it will NOT contain details of the replaced terms)
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex replaceTerms(String qualifiedName, String name, List terms) throws AtlanException {
return replaceTerms(Atlan.getDefaultClient(), qualifiedName, name, terms);
}
/**
* Replace the terms linked to the DynamoDBGlobalSecondaryIndex.
*
* @param client connectivity to the Atlan tenant on which to replace the DynamoDBGlobalSecondaryIndex's assigned terms
* @param qualifiedName for the DynamoDBGlobalSecondaryIndex
* @param name human-readable name of the DynamoDBGlobalSecondaryIndex
* @param terms the list of terms to replace on the DynamoDBGlobalSecondaryIndex, or null to remove all terms from the DynamoDBGlobalSecondaryIndex
* @return the DynamoDBGlobalSecondaryIndex that was updated (note that it will NOT contain details of the replaced terms)
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex replaceTerms(AtlanClient client, String qualifiedName, String name, List terms) throws AtlanException {
return (DynamoDBGlobalSecondaryIndex) Asset.replaceTerms(client, updater(qualifiedName, name), terms);
}
/**
* Link additional terms to the DynamoDBGlobalSecondaryIndex, without replacing existing terms linked to the DynamoDBGlobalSecondaryIndex.
* Note: this operation must make two API calls — one to retrieve the DynamoDBGlobalSecondaryIndex's existing terms,
* and a second to append the new terms.
*
* @param qualifiedName for the DynamoDBGlobalSecondaryIndex
* @param terms the list of terms to append to the DynamoDBGlobalSecondaryIndex
* @return the DynamoDBGlobalSecondaryIndex that was updated (note that it will NOT contain details of the appended terms)
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex appendTerms(String qualifiedName, List terms) throws AtlanException {
return appendTerms(Atlan.getDefaultClient(), qualifiedName, terms);
}
/**
* Link additional terms to the DynamoDBGlobalSecondaryIndex, without replacing existing terms linked to the DynamoDBGlobalSecondaryIndex.
* Note: this operation must make two API calls — one to retrieve the DynamoDBGlobalSecondaryIndex's existing terms,
* and a second to append the new terms.
*
* @param client connectivity to the Atlan tenant on which to append terms to the DynamoDBGlobalSecondaryIndex
* @param qualifiedName for the DynamoDBGlobalSecondaryIndex
* @param terms the list of terms to append to the DynamoDBGlobalSecondaryIndex
* @return the DynamoDBGlobalSecondaryIndex that was updated (note that it will NOT contain details of the appended terms)
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex appendTerms(AtlanClient client, String qualifiedName, List terms) throws AtlanException {
return (DynamoDBGlobalSecondaryIndex) Asset.appendTerms(client, TYPE_NAME, qualifiedName, terms);
}
/**
* Remove terms from a DynamoDBGlobalSecondaryIndex, without replacing all existing terms linked to the DynamoDBGlobalSecondaryIndex.
* Note: this operation must make two API calls — one to retrieve the DynamoDBGlobalSecondaryIndex's existing terms,
* and a second to remove the provided terms.
*
* @param qualifiedName for the DynamoDBGlobalSecondaryIndex
* @param terms the list of terms to remove from the DynamoDBGlobalSecondaryIndex, which must be referenced by GUID
* @return the DynamoDBGlobalSecondaryIndex that was updated (note that it will NOT contain details of the resulting terms)
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex removeTerms(String qualifiedName, List terms) throws AtlanException {
return removeTerms(Atlan.getDefaultClient(), qualifiedName, terms);
}
/**
* Remove terms from a DynamoDBGlobalSecondaryIndex, without replacing all existing terms linked to the DynamoDBGlobalSecondaryIndex.
* Note: this operation must make two API calls — one to retrieve the DynamoDBGlobalSecondaryIndex's existing terms,
* and a second to remove the provided terms.
*
* @param client connectivity to the Atlan tenant from which to remove terms from the DynamoDBGlobalSecondaryIndex
* @param qualifiedName for the DynamoDBGlobalSecondaryIndex
* @param terms the list of terms to remove from the DynamoDBGlobalSecondaryIndex, which must be referenced by GUID
* @return the DynamoDBGlobalSecondaryIndex that was updated (note that it will NOT contain details of the resulting terms)
* @throws AtlanException on any API problems
*/
public static DynamoDBGlobalSecondaryIndex removeTerms(AtlanClient client, String qualifiedName, List terms) throws AtlanException {
return (DynamoDBGlobalSecondaryIndex) Asset.removeTerms(client, TYPE_NAME, qualifiedName, terms);
}
/**
* Add Atlan tags to a DynamoDBGlobalSecondaryIndex, without replacing existing Atlan tags linked to the DynamoDBGlobalSecondaryIndex.
* Note: this operation must make two API calls — one to retrieve the DynamoDBGlobalSecondaryIndex's existing Atlan tags,
* and a second to append the new Atlan tags.
*
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param atlanTagNames human-readable names of the Atlan tags to add
* @throws AtlanException on any API problems
* @return the updated DynamoDBGlobalSecondaryIndex
*/
public static DynamoDBGlobalSecondaryIndex appendAtlanTags(String qualifiedName, List atlanTagNames) throws AtlanException {
return appendAtlanTags(Atlan.getDefaultClient(), qualifiedName, atlanTagNames);
}
/**
* Add Atlan tags to a DynamoDBGlobalSecondaryIndex, without replacing existing Atlan tags linked to the DynamoDBGlobalSecondaryIndex.
* Note: this operation must make two API calls — one to retrieve the DynamoDBGlobalSecondaryIndex's existing Atlan tags,
* and a second to append the new Atlan tags.
*
* @param client connectivity to the Atlan tenant on which to append Atlan tags to the DynamoDBGlobalSecondaryIndex
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param atlanTagNames human-readable names of the Atlan tags to add
* @throws AtlanException on any API problems
* @return the updated DynamoDBGlobalSecondaryIndex
*/
public static DynamoDBGlobalSecondaryIndex appendAtlanTags(AtlanClient client, String qualifiedName, List atlanTagNames) throws AtlanException {
return (DynamoDBGlobalSecondaryIndex) Asset.appendAtlanTags(client, TYPE_NAME, qualifiedName, atlanTagNames);
}
/**
* Add Atlan tags to a DynamoDBGlobalSecondaryIndex, without replacing existing Atlan tags linked to the DynamoDBGlobalSecondaryIndex.
* Note: this operation must make two API calls — one to retrieve the DynamoDBGlobalSecondaryIndex's existing Atlan tags,
* and a second to append the new Atlan tags.
*
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param atlanTagNames human-readable names of the Atlan tags to add
* @param propagate whether to propagate the Atlan tag (true) or not (false)
* @param removePropagationsOnDelete whether to remove the propagated Atlan tags when the Atlan tag is removed from this asset (true) or not (false)
* @param restrictLineagePropagation whether to avoid propagating through lineage (true) or do propagate through lineage (false)
* @throws AtlanException on any API problems
* @return the updated DynamoDBGlobalSecondaryIndex
*/
public static DynamoDBGlobalSecondaryIndex appendAtlanTags(String qualifiedName, List atlanTagNames, boolean propagate, boolean removePropagationsOnDelete, boolean restrictLineagePropagation) throws AtlanException {
return appendAtlanTags(Atlan.getDefaultClient(), qualifiedName, atlanTagNames, propagate, removePropagationsOnDelete, restrictLineagePropagation);
}
/**
* Add Atlan tags to a DynamoDBGlobalSecondaryIndex, without replacing existing Atlan tags linked to the DynamoDBGlobalSecondaryIndex.
* Note: this operation must make two API calls — one to retrieve the DynamoDBGlobalSecondaryIndex's existing Atlan tags,
* and a second to append the new Atlan tags.
*
* @param client connectivity to the Atlan tenant on which to append Atlan tags to the DynamoDBGlobalSecondaryIndex
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param atlanTagNames human-readable names of the Atlan tags to add
* @param propagate whether to propagate the Atlan tag (true) or not (false)
* @param removePropagationsOnDelete whether to remove the propagated Atlan tags when the Atlan tag is removed from this asset (true) or not (false)
* @param restrictLineagePropagation whether to avoid propagating through lineage (true) or do propagate through lineage (false)
* @throws AtlanException on any API problems
* @return the updated DynamoDBGlobalSecondaryIndex
*/
public static DynamoDBGlobalSecondaryIndex appendAtlanTags(AtlanClient client, String qualifiedName, List atlanTagNames, boolean propagate, boolean removePropagationsOnDelete, boolean restrictLineagePropagation) throws AtlanException {
return (DynamoDBGlobalSecondaryIndex) Asset.appendAtlanTags(client, TYPE_NAME, qualifiedName, atlanTagNames, propagate, removePropagationsOnDelete, restrictLineagePropagation);
}
/**
* Remove an Atlan tag from a DynamoDBGlobalSecondaryIndex.
*
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param atlanTagName human-readable name of the Atlan tag to remove
* @throws AtlanException on any API problems, or if the Atlan tag does not exist on the DynamoDBGlobalSecondaryIndex
*/
public static void removeAtlanTag(String qualifiedName, String atlanTagName) throws AtlanException {
removeAtlanTag(Atlan.getDefaultClient(), qualifiedName, atlanTagName);
}
/**
* Remove an Atlan tag from a DynamoDBGlobalSecondaryIndex.
*
* @param client connectivity to the Atlan tenant from which to remove an Atlan tag from a DynamoDBGlobalSecondaryIndex
* @param qualifiedName of the DynamoDBGlobalSecondaryIndex
* @param atlanTagName human-readable name of the Atlan tag to remove
* @throws AtlanException on any API problems, or if the Atlan tag does not exist on the DynamoDBGlobalSecondaryIndex
*/
public static void removeAtlanTag(AtlanClient client, String qualifiedName, String atlanTagName) throws AtlanException {
Asset.removeAtlanTag(client, TYPE_NAME, qualifiedName, atlanTagName);
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
private static String $default$typeName() {
return TYPE_NAME;
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public static abstract class DynamoDBGlobalSecondaryIndexBuilder> extends Asset.AssetBuilder {
@java.lang.SuppressWarnings("all")
@lombok.Generated
private boolean typeName$set;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String typeName$value;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String alias;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String calculationViewName;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String calculationViewQualifiedName;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Long columnCount;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList columns;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String databaseName;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String databaseQualifiedName;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList dbtModels;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList dbtSources;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList dbtTests;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList dimensions;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String dynamoDBPartitionKey;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Long dynamoDBReadCapacityUnits;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private DynamoDBSecondaryIndexProjectionType dynamoDBSecondaryIndexProjectionType;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String dynamoDBSortKey;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private DynamoDBStatus dynamoDBStatus;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private IDynamoDBTable dynamoDBTable;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Long dynamoDBWriteCapacityUnits;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String externalLocation;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String externalLocationFormat;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String externalLocationRegion;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList facts;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String icebergCatalogName;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String icebergCatalogSource;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String icebergCatalogTableName;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String icebergCatalogTableNamespace;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String icebergTableBaseLocation;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String icebergTableType;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList inputToAirflowTasks;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList inputToProcesses;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList inputToSparkJobs;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Boolean isPartitioned;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Boolean isProfiled;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Boolean isQueryPreview;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Boolean isSharded;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Boolean isTemporary;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Long lastProfiledAt;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList modelImplementedEntities;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String noSQLSchemaDefinition;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList outputFromAirflowTasks;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList outputFromProcesses;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList outputFromSparkJobs;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Long partitionCount;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String partitionList;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String partitionStrategy;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList partitions;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList queries;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Long queryCount;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Long queryCountUpdatedAt;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList queryPreviewConfig$key;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList queryPreviewConfig$value;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Long queryUserCount;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList queryUserMap$key;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList queryUserMap$value;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Long rowCount;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private ISchema schema;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String schemaName;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String schemaQualifiedName;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Long sizeBytes;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList sqlDBTSources;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private java.util.ArrayList sqlDbtModels;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String tableExternalVolumeName;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String tableName;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String tableQualifiedName;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private Long tableRetentionTime;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private TableType tableType;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String viewName;
@java.lang.SuppressWarnings("all")
@lombok.Generated
private String viewQualifiedName;
@java.lang.Override
@java.lang.SuppressWarnings("all")
@lombok.Generated
protected B $fillValuesFrom(final C instance) {
super.$fillValuesFrom(instance);
DynamoDBGlobalSecondaryIndex.DynamoDBGlobalSecondaryIndexBuilder.$fillValuesFromInstanceIntoBuilder(instance, this);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
private static void $fillValuesFromInstanceIntoBuilder(final DynamoDBGlobalSecondaryIndex instance, final DynamoDBGlobalSecondaryIndex.DynamoDBGlobalSecondaryIndexBuilder, ?> b) {
b.typeName(instance.typeName);
b.alias(instance.alias);
b.calculationViewName(instance.calculationViewName);
b.calculationViewQualifiedName(instance.calculationViewQualifiedName);
b.columnCount(instance.columnCount);
b.columns(instance.columns == null ? java.util.Collections.emptySortedSet() : instance.columns);
b.databaseName(instance.databaseName);
b.databaseQualifiedName(instance.databaseQualifiedName);
b.dbtModels(instance.dbtModels == null ? java.util.Collections.emptySortedSet() : instance.dbtModels);
b.dbtSources(instance.dbtSources == null ? java.util.Collections.emptySortedSet() : instance.dbtSources);
b.dbtTests(instance.dbtTests == null ? java.util.Collections.emptySortedSet() : instance.dbtTests);
b.dimensions(instance.dimensions == null ? java.util.Collections.emptySortedSet() : instance.dimensions);
b.dynamoDBPartitionKey(instance.dynamoDBPartitionKey);
b.dynamoDBReadCapacityUnits(instance.dynamoDBReadCapacityUnits);
b.dynamoDBSecondaryIndexProjectionType(instance.dynamoDBSecondaryIndexProjectionType);
b.dynamoDBSortKey(instance.dynamoDBSortKey);
b.dynamoDBStatus(instance.dynamoDBStatus);
b.dynamoDBTable(instance.dynamoDBTable);
b.dynamoDBWriteCapacityUnits(instance.dynamoDBWriteCapacityUnits);
b.externalLocation(instance.externalLocation);
b.externalLocationFormat(instance.externalLocationFormat);
b.externalLocationRegion(instance.externalLocationRegion);
b.facts(instance.facts == null ? java.util.Collections.emptySortedSet() : instance.facts);
b.icebergCatalogName(instance.icebergCatalogName);
b.icebergCatalogSource(instance.icebergCatalogSource);
b.icebergCatalogTableName(instance.icebergCatalogTableName);
b.icebergCatalogTableNamespace(instance.icebergCatalogTableNamespace);
b.icebergTableBaseLocation(instance.icebergTableBaseLocation);
b.icebergTableType(instance.icebergTableType);
b.inputToAirflowTasks(instance.inputToAirflowTasks == null ? java.util.Collections.emptySortedSet() : instance.inputToAirflowTasks);
b.inputToProcesses(instance.inputToProcesses == null ? java.util.Collections.emptySortedSet() : instance.inputToProcesses);
b.inputToSparkJobs(instance.inputToSparkJobs == null ? java.util.Collections.emptySortedSet() : instance.inputToSparkJobs);
b.isPartitioned(instance.isPartitioned);
b.isProfiled(instance.isProfiled);
b.isQueryPreview(instance.isQueryPreview);
b.isSharded(instance.isSharded);
b.isTemporary(instance.isTemporary);
b.lastProfiledAt(instance.lastProfiledAt);
b.modelImplementedEntities(instance.modelImplementedEntities == null ? java.util.Collections.emptySortedSet() : instance.modelImplementedEntities);
b.noSQLSchemaDefinition(instance.noSQLSchemaDefinition);
b.outputFromAirflowTasks(instance.outputFromAirflowTasks == null ? java.util.Collections.emptySortedSet() : instance.outputFromAirflowTasks);
b.outputFromProcesses(instance.outputFromProcesses == null ? java.util.Collections.emptySortedSet() : instance.outputFromProcesses);
b.outputFromSparkJobs(instance.outputFromSparkJobs == null ? java.util.Collections.emptySortedSet() : instance.outputFromSparkJobs);
b.partitionCount(instance.partitionCount);
b.partitionList(instance.partitionList);
b.partitionStrategy(instance.partitionStrategy);
b.partitions(instance.partitions == null ? java.util.Collections.emptySortedSet() : instance.partitions);
b.queries(instance.queries == null ? java.util.Collections.emptySortedSet() : instance.queries);
b.queryCount(instance.queryCount);
b.queryCountUpdatedAt(instance.queryCountUpdatedAt);
b.queryPreviewConfig(instance.queryPreviewConfig == null ? java.util.Collections.emptyMap() : instance.queryPreviewConfig);
b.queryUserCount(instance.queryUserCount);
b.queryUserMap(instance.queryUserMap == null ? java.util.Collections.emptyMap() : instance.queryUserMap);
b.rowCount(instance.rowCount);
b.schema(instance.schema);
b.schemaName(instance.schemaName);
b.schemaQualifiedName(instance.schemaQualifiedName);
b.sizeBytes(instance.sizeBytes);
b.sqlDBTSources(instance.sqlDBTSources == null ? java.util.Collections.emptySortedSet() : instance.sqlDBTSources);
b.sqlDbtModels(instance.sqlDbtModels == null ? java.util.Collections.emptySortedSet() : instance.sqlDbtModels);
b.tableExternalVolumeName(instance.tableExternalVolumeName);
b.tableName(instance.tableName);
b.tableQualifiedName(instance.tableQualifiedName);
b.tableRetentionTime(instance.tableRetentionTime);
b.tableType(instance.tableType);
b.viewName(instance.viewName);
b.viewQualifiedName(instance.viewQualifiedName);
}
/**
* Fixed typeName for DynamoDBGlobalSecondaryIndexs.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B typeName(final String typeName) {
this.typeName$value = typeName;
typeName$set = true;
return self();
}
/**
* Alias for this table.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B alias(final String alias) {
this.alias = alias;
return self();
}
/**
* Simple name of the calculation view in which this SQL asset exists, or empty if it does not exist within a calculation view.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B calculationViewName(final String calculationViewName) {
this.calculationViewName = calculationViewName;
return self();
}
/**
* Unique name of the calculation view in which this SQL asset exists, or empty if it does not exist within a calculation view.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B calculationViewQualifiedName(final String calculationViewQualifiedName) {
this.calculationViewQualifiedName = calculationViewQualifiedName;
return self();
}
/**
* Number of columns in this table.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B columnCount(final Long columnCount) {
this.columnCount = columnCount;
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B column(final IColumn column) {
if (this.columns == null) this.columns = new java.util.ArrayList();
this.columns.add(column);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B columns(final java.util.Collection extends IColumn> columns) {
if (columns == null) {
throw new java.lang.NullPointerException("columns cannot be null");
}
if (this.columns == null) this.columns = new java.util.ArrayList();
this.columns.addAll(columns);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearColumns() {
if (this.columns != null) this.columns.clear();
return self();
}
/**
* Simple name of the database in which this SQL asset exists, or empty if it does not exist within a database.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B databaseName(final String databaseName) {
this.databaseName = databaseName;
return self();
}
/**
* Unique name of the database in which this SQL asset exists, or empty if it does not exist within a database.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B databaseQualifiedName(final String databaseQualifiedName) {
this.databaseQualifiedName = databaseQualifiedName;
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dbtModel(final IDbtModel dbtModel) {
if (this.dbtModels == null) this.dbtModels = new java.util.ArrayList();
this.dbtModels.add(dbtModel);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dbtModels(final java.util.Collection extends IDbtModel> dbtModels) {
if (dbtModels == null) {
throw new java.lang.NullPointerException("dbtModels cannot be null");
}
if (this.dbtModels == null) this.dbtModels = new java.util.ArrayList();
this.dbtModels.addAll(dbtModels);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearDbtModels() {
if (this.dbtModels != null) this.dbtModels.clear();
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dbtSource(final IDbtSource dbtSource) {
if (this.dbtSources == null) this.dbtSources = new java.util.ArrayList();
this.dbtSources.add(dbtSource);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dbtSources(final java.util.Collection extends IDbtSource> dbtSources) {
if (dbtSources == null) {
throw new java.lang.NullPointerException("dbtSources cannot be null");
}
if (this.dbtSources == null) this.dbtSources = new java.util.ArrayList();
this.dbtSources.addAll(dbtSources);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearDbtSources() {
if (this.dbtSources != null) this.dbtSources.clear();
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dbtTest(final IDbtTest dbtTest) {
if (this.dbtTests == null) this.dbtTests = new java.util.ArrayList();
this.dbtTests.add(dbtTest);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dbtTests(final java.util.Collection extends IDbtTest> dbtTests) {
if (dbtTests == null) {
throw new java.lang.NullPointerException("dbtTests cannot be null");
}
if (this.dbtTests == null) this.dbtTests = new java.util.ArrayList();
this.dbtTests.addAll(dbtTests);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearDbtTests() {
if (this.dbtTests != null) this.dbtTests.clear();
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dimension(final ITable dimension) {
if (this.dimensions == null) this.dimensions = new java.util.ArrayList();
this.dimensions.add(dimension);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dimensions(final java.util.Collection extends ITable> dimensions) {
if (dimensions == null) {
throw new java.lang.NullPointerException("dimensions cannot be null");
}
if (this.dimensions == null) this.dimensions = new java.util.ArrayList();
this.dimensions.addAll(dimensions);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearDimensions() {
if (this.dimensions != null) this.dimensions.clear();
return self();
}
/**
* Specifies the partition key of the DynamoDB Table/Index
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dynamoDBPartitionKey(final String dynamoDBPartitionKey) {
this.dynamoDBPartitionKey = dynamoDBPartitionKey;
return self();
}
/**
* The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dynamoDBReadCapacityUnits(final Long dynamoDBReadCapacityUnits) {
this.dynamoDBReadCapacityUnits = dynamoDBReadCapacityUnits;
return self();
}
/**
* Specifies attributes that are projected from the DynamoDB table into the index
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dynamoDBSecondaryIndexProjectionType(final DynamoDBSecondaryIndexProjectionType dynamoDBSecondaryIndexProjectionType) {
this.dynamoDBSecondaryIndexProjectionType = dynamoDBSecondaryIndexProjectionType;
return self();
}
/**
* Specifies the sort key of the DynamoDB Table/Index
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dynamoDBSortKey(final String dynamoDBSortKey) {
this.dynamoDBSortKey = dynamoDBSortKey;
return self();
}
/**
* Status of the DynamoDB Asset
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dynamoDBStatus(final DynamoDBStatus dynamoDBStatus) {
this.dynamoDBStatus = dynamoDBStatus;
return self();
}
/**
* TBC
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dynamoDBTable(final IDynamoDBTable dynamoDBTable) {
this.dynamoDBTable = dynamoDBTable;
return self();
}
/**
* The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B dynamoDBWriteCapacityUnits(final Long dynamoDBWriteCapacityUnits) {
this.dynamoDBWriteCapacityUnits = dynamoDBWriteCapacityUnits;
return self();
}
/**
* External location of this table, for example: an S3 object location.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B externalLocation(final String externalLocation) {
this.externalLocation = externalLocation;
return self();
}
/**
* Format of the external location of this table, for example: JSON, CSV, PARQUET, etc.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B externalLocationFormat(final String externalLocationFormat) {
this.externalLocationFormat = externalLocationFormat;
return self();
}
/**
* Region of the external location of this table, for example: S3 region.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B externalLocationRegion(final String externalLocationRegion) {
this.externalLocationRegion = externalLocationRegion;
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B fact(final ITable fact) {
if (this.facts == null) this.facts = new java.util.ArrayList();
this.facts.add(fact);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B facts(final java.util.Collection extends ITable> facts) {
if (facts == null) {
throw new java.lang.NullPointerException("facts cannot be null");
}
if (this.facts == null) this.facts = new java.util.ArrayList();
this.facts.addAll(facts);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearFacts() {
if (this.facts != null) this.facts.clear();
return self();
}
/**
* iceberg table catalog name (can be any user defined name)
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B icebergCatalogName(final String icebergCatalogName) {
this.icebergCatalogName = icebergCatalogName;
return self();
}
/**
* iceberg table catalog type (glue, polaris, snowflake)
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B icebergCatalogSource(final String icebergCatalogSource) {
this.icebergCatalogSource = icebergCatalogSource;
return self();
}
/**
* catalog table name (actual table name on the catalog side).
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B icebergCatalogTableName(final String icebergCatalogTableName) {
this.icebergCatalogTableName = icebergCatalogTableName;
return self();
}
/**
* catalog table namespace (actual database name on the catalog side).
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B icebergCatalogTableNamespace(final String icebergCatalogTableNamespace) {
this.icebergCatalogTableNamespace = icebergCatalogTableNamespace;
return self();
}
/**
* iceberg table base location inside the external volume.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B icebergTableBaseLocation(final String icebergTableBaseLocation) {
this.icebergTableBaseLocation = icebergTableBaseLocation;
return self();
}
/**
* iceberg table type (managed vs unmanaged)
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B icebergTableType(final String icebergTableType) {
this.icebergTableType = icebergTableType;
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B inputToAirflowTask(final IAirflowTask inputToAirflowTask) {
if (this.inputToAirflowTasks == null) this.inputToAirflowTasks = new java.util.ArrayList();
this.inputToAirflowTasks.add(inputToAirflowTask);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B inputToAirflowTasks(final java.util.Collection extends IAirflowTask> inputToAirflowTasks) {
if (inputToAirflowTasks == null) {
throw new java.lang.NullPointerException("inputToAirflowTasks cannot be null");
}
if (this.inputToAirflowTasks == null) this.inputToAirflowTasks = new java.util.ArrayList();
this.inputToAirflowTasks.addAll(inputToAirflowTasks);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearInputToAirflowTasks() {
if (this.inputToAirflowTasks != null) this.inputToAirflowTasks.clear();
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B inputToProcess(final ILineageProcess inputToProcess) {
if (this.inputToProcesses == null) this.inputToProcesses = new java.util.ArrayList();
this.inputToProcesses.add(inputToProcess);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B inputToProcesses(final java.util.Collection extends ILineageProcess> inputToProcesses) {
if (inputToProcesses == null) {
throw new java.lang.NullPointerException("inputToProcesses cannot be null");
}
if (this.inputToProcesses == null) this.inputToProcesses = new java.util.ArrayList();
this.inputToProcesses.addAll(inputToProcesses);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearInputToProcesses() {
if (this.inputToProcesses != null) this.inputToProcesses.clear();
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B inputToSparkJob(final ISparkJob inputToSparkJob) {
if (this.inputToSparkJobs == null) this.inputToSparkJobs = new java.util.ArrayList();
this.inputToSparkJobs.add(inputToSparkJob);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B inputToSparkJobs(final java.util.Collection extends ISparkJob> inputToSparkJobs) {
if (inputToSparkJobs == null) {
throw new java.lang.NullPointerException("inputToSparkJobs cannot be null");
}
if (this.inputToSparkJobs == null) this.inputToSparkJobs = new java.util.ArrayList();
this.inputToSparkJobs.addAll(inputToSparkJobs);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearInputToSparkJobs() {
if (this.inputToSparkJobs != null) this.inputToSparkJobs.clear();
return self();
}
/**
* Whether this table is partitioned (true) or not (false).
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B isPartitioned(final Boolean isPartitioned) {
this.isPartitioned = isPartitioned;
return self();
}
/**
* Whether this asset has been profiled (true) or not (false).
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B isProfiled(final Boolean isProfiled) {
this.isProfiled = isProfiled;
return self();
}
/**
* Whether preview queries are allowed for this table (true) or not (false).
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B isQueryPreview(final Boolean isQueryPreview) {
this.isQueryPreview = isQueryPreview;
return self();
}
/**
* Whether this table is a sharded table (true) or not (false).
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B isSharded(final Boolean isSharded) {
this.isSharded = isSharded;
return self();
}
/**
* Whether this table is temporary (true) or not (false).
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B isTemporary(final Boolean isTemporary) {
this.isTemporary = isTemporary;
return self();
}
/**
* Time (epoch) at which this asset was last profiled, in milliseconds.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B lastProfiledAt(final Long lastProfiledAt) {
this.lastProfiledAt = lastProfiledAt;
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B modelImplementedEntity(final IModelEntity modelImplementedEntity) {
if (this.modelImplementedEntities == null) this.modelImplementedEntities = new java.util.ArrayList();
this.modelImplementedEntities.add(modelImplementedEntity);
return self();
}
@JsonProperty("modelEntityImplemented")
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B modelImplementedEntities(final java.util.Collection extends IModelEntity> modelImplementedEntities) {
if (modelImplementedEntities == null) {
throw new java.lang.NullPointerException("modelImplementedEntities cannot be null");
}
if (this.modelImplementedEntities == null) this.modelImplementedEntities = new java.util.ArrayList();
this.modelImplementedEntities.addAll(modelImplementedEntities);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearModelImplementedEntities() {
if (this.modelImplementedEntities != null) this.modelImplementedEntities.clear();
return self();
}
/**
* Represents attributes for describing the key schema for the table and indexes.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B noSQLSchemaDefinition(final String noSQLSchemaDefinition) {
this.noSQLSchemaDefinition = noSQLSchemaDefinition;
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B outputFromAirflowTask(final IAirflowTask outputFromAirflowTask) {
if (this.outputFromAirflowTasks == null) this.outputFromAirflowTasks = new java.util.ArrayList();
this.outputFromAirflowTasks.add(outputFromAirflowTask);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B outputFromAirflowTasks(final java.util.Collection extends IAirflowTask> outputFromAirflowTasks) {
if (outputFromAirflowTasks == null) {
throw new java.lang.NullPointerException("outputFromAirflowTasks cannot be null");
}
if (this.outputFromAirflowTasks == null) this.outputFromAirflowTasks = new java.util.ArrayList();
this.outputFromAirflowTasks.addAll(outputFromAirflowTasks);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearOutputFromAirflowTasks() {
if (this.outputFromAirflowTasks != null) this.outputFromAirflowTasks.clear();
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B outputFromProcess(final ILineageProcess outputFromProcess) {
if (this.outputFromProcesses == null) this.outputFromProcesses = new java.util.ArrayList();
this.outputFromProcesses.add(outputFromProcess);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B outputFromProcesses(final java.util.Collection extends ILineageProcess> outputFromProcesses) {
if (outputFromProcesses == null) {
throw new java.lang.NullPointerException("outputFromProcesses cannot be null");
}
if (this.outputFromProcesses == null) this.outputFromProcesses = new java.util.ArrayList();
this.outputFromProcesses.addAll(outputFromProcesses);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearOutputFromProcesses() {
if (this.outputFromProcesses != null) this.outputFromProcesses.clear();
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B outputFromSparkJob(final ISparkJob outputFromSparkJob) {
if (this.outputFromSparkJobs == null) this.outputFromSparkJobs = new java.util.ArrayList();
this.outputFromSparkJobs.add(outputFromSparkJob);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B outputFromSparkJobs(final java.util.Collection extends ISparkJob> outputFromSparkJobs) {
if (outputFromSparkJobs == null) {
throw new java.lang.NullPointerException("outputFromSparkJobs cannot be null");
}
if (this.outputFromSparkJobs == null) this.outputFromSparkJobs = new java.util.ArrayList();
this.outputFromSparkJobs.addAll(outputFromSparkJobs);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearOutputFromSparkJobs() {
if (this.outputFromSparkJobs != null) this.outputFromSparkJobs.clear();
return self();
}
/**
* Number of partitions in this table.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B partitionCount(final Long partitionCount) {
this.partitionCount = partitionCount;
return self();
}
/**
* List of partitions in this table.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B partitionList(final String partitionList) {
this.partitionList = partitionList;
return self();
}
/**
* Partition strategy for this table.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B partitionStrategy(final String partitionStrategy) {
this.partitionStrategy = partitionStrategy;
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B partition(final ITablePartition partition) {
if (this.partitions == null) this.partitions = new java.util.ArrayList();
this.partitions.add(partition);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B partitions(final java.util.Collection extends ITablePartition> partitions) {
if (partitions == null) {
throw new java.lang.NullPointerException("partitions cannot be null");
}
if (this.partitions == null) this.partitions = new java.util.ArrayList();
this.partitions.addAll(partitions);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearPartitions() {
if (this.partitions != null) this.partitions.clear();
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B query(final IAtlanQuery query) {
if (this.queries == null) this.queries = new java.util.ArrayList();
this.queries.add(query);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B queries(final java.util.Collection extends IAtlanQuery> queries) {
if (queries == null) {
throw new java.lang.NullPointerException("queries cannot be null");
}
if (this.queries == null) this.queries = new java.util.ArrayList();
this.queries.addAll(queries);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearQueries() {
if (this.queries != null) this.queries.clear();
return self();
}
/**
* Number of times this asset has been queried.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B queryCount(final Long queryCount) {
this.queryCount = queryCount;
return self();
}
/**
* Time (epoch) at which the query count was last updated, in milliseconds.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B queryCountUpdatedAt(final Long queryCountUpdatedAt) {
this.queryCountUpdatedAt = queryCountUpdatedAt;
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B putQueryPreviewConfig(final String putQueryPreviewConfigKey, final String putQueryPreviewConfigValue) {
if (this.queryPreviewConfig$key == null) {
this.queryPreviewConfig$key = new java.util.ArrayList();
this.queryPreviewConfig$value = new java.util.ArrayList();
}
this.queryPreviewConfig$key.add(putQueryPreviewConfigKey);
this.queryPreviewConfig$value.add(putQueryPreviewConfigValue);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B queryPreviewConfig(final java.util.Map extends String, ? extends String> queryPreviewConfig) {
if (queryPreviewConfig == null) {
throw new java.lang.NullPointerException("queryPreviewConfig cannot be null");
}
if (this.queryPreviewConfig$key == null) {
this.queryPreviewConfig$key = new java.util.ArrayList();
this.queryPreviewConfig$value = new java.util.ArrayList();
}
for (final java.util.Map.Entry extends String, ? extends String> $lombokEntry : queryPreviewConfig.entrySet()) {
this.queryPreviewConfig$key.add($lombokEntry.getKey());
this.queryPreviewConfig$value.add($lombokEntry.getValue());
}
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearQueryPreviewConfig() {
if (this.queryPreviewConfig$key != null) {
this.queryPreviewConfig$key.clear();
this.queryPreviewConfig$value.clear();
}
return self();
}
/**
* Number of unique users who have queried this asset.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B queryUserCount(final Long queryUserCount) {
this.queryUserCount = queryUserCount;
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B putQueryUserMap(final String putQueryUserMapKey, final Long putQueryUserMapValue) {
if (this.queryUserMap$key == null) {
this.queryUserMap$key = new java.util.ArrayList();
this.queryUserMap$value = new java.util.ArrayList();
}
this.queryUserMap$key.add(putQueryUserMapKey);
this.queryUserMap$value.add(putQueryUserMapValue);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B queryUserMap(final java.util.Map extends String, ? extends Long> queryUserMap) {
if (queryUserMap == null) {
throw new java.lang.NullPointerException("queryUserMap cannot be null");
}
if (this.queryUserMap$key == null) {
this.queryUserMap$key = new java.util.ArrayList();
this.queryUserMap$value = new java.util.ArrayList();
}
for (final java.util.Map.Entry extends String, ? extends Long> $lombokEntry : queryUserMap.entrySet()) {
this.queryUserMap$key.add($lombokEntry.getKey());
this.queryUserMap$value.add($lombokEntry.getValue());
}
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearQueryUserMap() {
if (this.queryUserMap$key != null) {
this.queryUserMap$key.clear();
this.queryUserMap$value.clear();
}
return self();
}
/**
* Number of rows in this table.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B rowCount(final Long rowCount) {
this.rowCount = rowCount;
return self();
}
/**
* Schema in which this table exists.
* @return {@code this}.
*/
@JsonProperty("atlanSchema")
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B schema(final ISchema schema) {
this.schema = schema;
return self();
}
/**
* Simple name of the schema in which this SQL asset exists, or empty if it does not exist within a schema.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B schemaName(final String schemaName) {
this.schemaName = schemaName;
return self();
}
/**
* Unique name of the schema in which this SQL asset exists, or empty if it does not exist within a schema.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B schemaQualifiedName(final String schemaQualifiedName) {
this.schemaQualifiedName = schemaQualifiedName;
return self();
}
/**
* Size of this table, in bytes.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B sizeBytes(final Long sizeBytes) {
this.sizeBytes = sizeBytes;
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B sqlDBTSource(final IDbtSource sqlDBTSource) {
if (this.sqlDBTSources == null) this.sqlDBTSources = new java.util.ArrayList();
this.sqlDBTSources.add(sqlDBTSource);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B sqlDBTSources(final java.util.Collection extends IDbtSource> sqlDBTSources) {
if (sqlDBTSources == null) {
throw new java.lang.NullPointerException("sqlDBTSources cannot be null");
}
if (this.sqlDBTSources == null) this.sqlDBTSources = new java.util.ArrayList();
this.sqlDBTSources.addAll(sqlDBTSources);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearSqlDBTSources() {
if (this.sqlDBTSources != null) this.sqlDBTSources.clear();
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B sqlDbtModel(final IDbtModel sqlDbtModel) {
if (this.sqlDbtModels == null) this.sqlDbtModels = new java.util.ArrayList();
this.sqlDbtModels.add(sqlDbtModel);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B sqlDbtModels(final java.util.Collection extends IDbtModel> sqlDbtModels) {
if (sqlDbtModels == null) {
throw new java.lang.NullPointerException("sqlDbtModels cannot be null");
}
if (this.sqlDbtModels == null) this.sqlDbtModels = new java.util.ArrayList();
this.sqlDbtModels.addAll(sqlDbtModels);
return self();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B clearSqlDbtModels() {
if (this.sqlDbtModels != null) this.sqlDbtModels.clear();
return self();
}
/**
* external volume name for the table.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B tableExternalVolumeName(final String tableExternalVolumeName) {
this.tableExternalVolumeName = tableExternalVolumeName;
return self();
}
/**
* Simple name of the table in which this SQL asset exists, or empty if it does not exist within a table.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B tableName(final String tableName) {
this.tableName = tableName;
return self();
}
/**
* Unique name of the table in which this SQL asset exists, or empty if it does not exist within a table.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B tableQualifiedName(final String tableQualifiedName) {
this.tableQualifiedName = tableQualifiedName;
return self();
}
/**
* Data retention time in days.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B tableRetentionTime(final Long tableRetentionTime) {
this.tableRetentionTime = tableRetentionTime;
return self();
}
/**
* Type of the table.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B tableType(final TableType tableType) {
this.tableType = tableType;
return self();
}
/**
* Simple name of the view in which this SQL asset exists, or empty if it does not exist within a view.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B viewName(final String viewName) {
this.viewName = viewName;
return self();
}
/**
* Unique name of the view in which this SQL asset exists, or empty if it does not exist within a view.
* @return {@code this}.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public B viewQualifiedName(final String viewQualifiedName) {
this.viewQualifiedName = viewQualifiedName;
return self();
}
@java.lang.Override
@java.lang.SuppressWarnings("all")
@lombok.Generated
protected abstract B self();
@java.lang.Override
@java.lang.SuppressWarnings("all")
@lombok.Generated
public abstract C build();
@java.lang.Override
@java.lang.SuppressWarnings("all")
@lombok.Generated
public java.lang.String toString() {
return "DynamoDBGlobalSecondaryIndex.DynamoDBGlobalSecondaryIndexBuilder(super=" + super.toString() + ", typeName$value=" + this.typeName$value + ", alias=" + this.alias + ", calculationViewName=" + this.calculationViewName + ", calculationViewQualifiedName=" + this.calculationViewQualifiedName + ", columnCount=" + this.columnCount + ", columns=" + this.columns + ", databaseName=" + this.databaseName + ", databaseQualifiedName=" + this.databaseQualifiedName + ", dbtModels=" + this.dbtModels + ", dbtSources=" + this.dbtSources + ", dbtTests=" + this.dbtTests + ", dimensions=" + this.dimensions + ", dynamoDBPartitionKey=" + this.dynamoDBPartitionKey + ", dynamoDBReadCapacityUnits=" + this.dynamoDBReadCapacityUnits + ", dynamoDBSecondaryIndexProjectionType=" + this.dynamoDBSecondaryIndexProjectionType + ", dynamoDBSortKey=" + this.dynamoDBSortKey + ", dynamoDBStatus=" + this.dynamoDBStatus + ", dynamoDBTable=" + this.dynamoDBTable + ", dynamoDBWriteCapacityUnits=" + this.dynamoDBWriteCapacityUnits + ", externalLocation=" + this.externalLocation + ", externalLocationFormat=" + this.externalLocationFormat + ", externalLocationRegion=" + this.externalLocationRegion + ", facts=" + this.facts + ", icebergCatalogName=" + this.icebergCatalogName + ", icebergCatalogSource=" + this.icebergCatalogSource + ", icebergCatalogTableName=" + this.icebergCatalogTableName + ", icebergCatalogTableNamespace=" + this.icebergCatalogTableNamespace + ", icebergTableBaseLocation=" + this.icebergTableBaseLocation + ", icebergTableType=" + this.icebergTableType + ", inputToAirflowTasks=" + this.inputToAirflowTasks + ", inputToProcesses=" + this.inputToProcesses + ", inputToSparkJobs=" + this.inputToSparkJobs + ", isPartitioned=" + this.isPartitioned + ", isProfiled=" + this.isProfiled + ", isQueryPreview=" + this.isQueryPreview + ", isSharded=" + this.isSharded + ", isTemporary=" + this.isTemporary + ", lastProfiledAt=" + this.lastProfiledAt + ", modelImplementedEntities=" + this.modelImplementedEntities + ", noSQLSchemaDefinition=" + this.noSQLSchemaDefinition + ", outputFromAirflowTasks=" + this.outputFromAirflowTasks + ", outputFromProcesses=" + this.outputFromProcesses + ", outputFromSparkJobs=" + this.outputFromSparkJobs + ", partitionCount=" + this.partitionCount + ", partitionList=" + this.partitionList + ", partitionStrategy=" + this.partitionStrategy + ", partitions=" + this.partitions + ", queries=" + this.queries + ", queryCount=" + this.queryCount + ", queryCountUpdatedAt=" + this.queryCountUpdatedAt + ", queryPreviewConfig$key=" + this.queryPreviewConfig$key + ", queryPreviewConfig$value=" + this.queryPreviewConfig$value + ", queryUserCount=" + this.queryUserCount + ", queryUserMap$key=" + this.queryUserMap$key + ", queryUserMap$value=" + this.queryUserMap$value + ", rowCount=" + this.rowCount + ", schema=" + this.schema + ", schemaName=" + this.schemaName + ", schemaQualifiedName=" + this.schemaQualifiedName + ", sizeBytes=" + this.sizeBytes + ", sqlDBTSources=" + this.sqlDBTSources + ", sqlDbtModels=" + this.sqlDbtModels + ", tableExternalVolumeName=" + this.tableExternalVolumeName + ", tableName=" + this.tableName + ", tableQualifiedName=" + this.tableQualifiedName + ", tableRetentionTime=" + this.tableRetentionTime + ", tableType=" + this.tableType + ", viewName=" + this.viewName + ", viewQualifiedName=" + this.viewQualifiedName + ")";
}
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
private static final class DynamoDBGlobalSecondaryIndexBuilderImpl extends DynamoDBGlobalSecondaryIndex.DynamoDBGlobalSecondaryIndexBuilder {
@java.lang.SuppressWarnings("all")
@lombok.Generated
private DynamoDBGlobalSecondaryIndexBuilderImpl() {
}
@java.lang.Override
@java.lang.SuppressWarnings("all")
@lombok.Generated
protected DynamoDBGlobalSecondaryIndex.DynamoDBGlobalSecondaryIndexBuilderImpl self() {
return this;
}
@java.lang.Override
@java.lang.SuppressWarnings("all")
@lombok.Generated
public DynamoDBGlobalSecondaryIndex build() {
return new DynamoDBGlobalSecondaryIndex(this);
}
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
protected DynamoDBGlobalSecondaryIndex(final DynamoDBGlobalSecondaryIndex.DynamoDBGlobalSecondaryIndexBuilder, ?> b) {
super(b);
if (b.typeName$set) this.typeName = b.typeName$value;
else this.typeName = DynamoDBGlobalSecondaryIndex.$default$typeName();
this.alias = b.alias;
this.calculationViewName = b.calculationViewName;
this.calculationViewQualifiedName = b.calculationViewQualifiedName;
this.columnCount = b.columnCount;
java.util.SortedSet columns = new java.util.TreeSet();
if (b.columns != null) columns.addAll(b.columns);
columns = java.util.Collections.unmodifiableSortedSet(columns);
this.columns = columns;
this.databaseName = b.databaseName;
this.databaseQualifiedName = b.databaseQualifiedName;
java.util.SortedSet dbtModels = new java.util.TreeSet();
if (b.dbtModels != null) dbtModels.addAll(b.dbtModels);
dbtModels = java.util.Collections.unmodifiableSortedSet(dbtModels);
this.dbtModels = dbtModels;
java.util.SortedSet dbtSources = new java.util.TreeSet();
if (b.dbtSources != null) dbtSources.addAll(b.dbtSources);
dbtSources = java.util.Collections.unmodifiableSortedSet(dbtSources);
this.dbtSources = dbtSources;
java.util.SortedSet dbtTests = new java.util.TreeSet();
if (b.dbtTests != null) dbtTests.addAll(b.dbtTests);
dbtTests = java.util.Collections.unmodifiableSortedSet(dbtTests);
this.dbtTests = dbtTests;
java.util.SortedSet dimensions = new java.util.TreeSet();
if (b.dimensions != null) dimensions.addAll(b.dimensions);
dimensions = java.util.Collections.unmodifiableSortedSet(dimensions);
this.dimensions = dimensions;
this.dynamoDBPartitionKey = b.dynamoDBPartitionKey;
this.dynamoDBReadCapacityUnits = b.dynamoDBReadCapacityUnits;
this.dynamoDBSecondaryIndexProjectionType = b.dynamoDBSecondaryIndexProjectionType;
this.dynamoDBSortKey = b.dynamoDBSortKey;
this.dynamoDBStatus = b.dynamoDBStatus;
this.dynamoDBTable = b.dynamoDBTable;
this.dynamoDBWriteCapacityUnits = b.dynamoDBWriteCapacityUnits;
this.externalLocation = b.externalLocation;
this.externalLocationFormat = b.externalLocationFormat;
this.externalLocationRegion = b.externalLocationRegion;
java.util.SortedSet facts = new java.util.TreeSet();
if (b.facts != null) facts.addAll(b.facts);
facts = java.util.Collections.unmodifiableSortedSet(facts);
this.facts = facts;
this.icebergCatalogName = b.icebergCatalogName;
this.icebergCatalogSource = b.icebergCatalogSource;
this.icebergCatalogTableName = b.icebergCatalogTableName;
this.icebergCatalogTableNamespace = b.icebergCatalogTableNamespace;
this.icebergTableBaseLocation = b.icebergTableBaseLocation;
this.icebergTableType = b.icebergTableType;
java.util.SortedSet inputToAirflowTasks = new java.util.TreeSet();
if (b.inputToAirflowTasks != null) inputToAirflowTasks.addAll(b.inputToAirflowTasks);
inputToAirflowTasks = java.util.Collections.unmodifiableSortedSet(inputToAirflowTasks);
this.inputToAirflowTasks = inputToAirflowTasks;
java.util.SortedSet inputToProcesses = new java.util.TreeSet();
if (b.inputToProcesses != null) inputToProcesses.addAll(b.inputToProcesses);
inputToProcesses = java.util.Collections.unmodifiableSortedSet(inputToProcesses);
this.inputToProcesses = inputToProcesses;
java.util.SortedSet inputToSparkJobs = new java.util.TreeSet();
if (b.inputToSparkJobs != null) inputToSparkJobs.addAll(b.inputToSparkJobs);
inputToSparkJobs = java.util.Collections.unmodifiableSortedSet(inputToSparkJobs);
this.inputToSparkJobs = inputToSparkJobs;
this.isPartitioned = b.isPartitioned;
this.isProfiled = b.isProfiled;
this.isQueryPreview = b.isQueryPreview;
this.isSharded = b.isSharded;
this.isTemporary = b.isTemporary;
this.lastProfiledAt = b.lastProfiledAt;
java.util.SortedSet modelImplementedEntities = new java.util.TreeSet();
if (b.modelImplementedEntities != null) modelImplementedEntities.addAll(b.modelImplementedEntities);
modelImplementedEntities = java.util.Collections.unmodifiableSortedSet(modelImplementedEntities);
this.modelImplementedEntities = modelImplementedEntities;
this.noSQLSchemaDefinition = b.noSQLSchemaDefinition;
java.util.SortedSet outputFromAirflowTasks = new java.util.TreeSet();
if (b.outputFromAirflowTasks != null) outputFromAirflowTasks.addAll(b.outputFromAirflowTasks);
outputFromAirflowTasks = java.util.Collections.unmodifiableSortedSet(outputFromAirflowTasks);
this.outputFromAirflowTasks = outputFromAirflowTasks;
java.util.SortedSet outputFromProcesses = new java.util.TreeSet();
if (b.outputFromProcesses != null) outputFromProcesses.addAll(b.outputFromProcesses);
outputFromProcesses = java.util.Collections.unmodifiableSortedSet(outputFromProcesses);
this.outputFromProcesses = outputFromProcesses;
java.util.SortedSet outputFromSparkJobs = new java.util.TreeSet();
if (b.outputFromSparkJobs != null) outputFromSparkJobs.addAll(b.outputFromSparkJobs);
outputFromSparkJobs = java.util.Collections.unmodifiableSortedSet(outputFromSparkJobs);
this.outputFromSparkJobs = outputFromSparkJobs;
this.partitionCount = b.partitionCount;
this.partitionList = b.partitionList;
this.partitionStrategy = b.partitionStrategy;
java.util.SortedSet partitions = new java.util.TreeSet();
if (b.partitions != null) partitions.addAll(b.partitions);
partitions = java.util.Collections.unmodifiableSortedSet(partitions);
this.partitions = partitions;
java.util.SortedSet queries = new java.util.TreeSet();
if (b.queries != null) queries.addAll(b.queries);
queries = java.util.Collections.unmodifiableSortedSet(queries);
this.queries = queries;
this.queryCount = b.queryCount;
this.queryCountUpdatedAt = b.queryCountUpdatedAt;
java.util.Map queryPreviewConfig;
switch (b.queryPreviewConfig$key == null ? 0 : b.queryPreviewConfig$key.size()) {
case 0:
queryPreviewConfig = java.util.Collections.emptyMap();
break;
case 1:
queryPreviewConfig = java.util.Collections.singletonMap(b.queryPreviewConfig$key.get(0), b.queryPreviewConfig$value.get(0));
break;
default:
queryPreviewConfig = new java.util.LinkedHashMap(b.queryPreviewConfig$key.size() < 1073741824 ? 1 + b.queryPreviewConfig$key.size() + (b.queryPreviewConfig$key.size() - 3) / 3 : java.lang.Integer.MAX_VALUE);
for (int $i = 0; $i < b.queryPreviewConfig$key.size(); $i++) queryPreviewConfig.put(b.queryPreviewConfig$key.get($i), (String) b.queryPreviewConfig$value.get($i));
queryPreviewConfig = java.util.Collections.unmodifiableMap(queryPreviewConfig);
}
this.queryPreviewConfig = queryPreviewConfig;
this.queryUserCount = b.queryUserCount;
java.util.Map queryUserMap;
switch (b.queryUserMap$key == null ? 0 : b.queryUserMap$key.size()) {
case 0:
queryUserMap = java.util.Collections.emptyMap();
break;
case 1:
queryUserMap = java.util.Collections.singletonMap(b.queryUserMap$key.get(0), b.queryUserMap$value.get(0));
break;
default:
queryUserMap = new java.util.LinkedHashMap(b.queryUserMap$key.size() < 1073741824 ? 1 + b.queryUserMap$key.size() + (b.queryUserMap$key.size() - 3) / 3 : java.lang.Integer.MAX_VALUE);
for (int $i = 0; $i < b.queryUserMap$key.size(); $i++) queryUserMap.put(b.queryUserMap$key.get($i), (Long) b.queryUserMap$value.get($i));
queryUserMap = java.util.Collections.unmodifiableMap(queryUserMap);
}
this.queryUserMap = queryUserMap;
this.rowCount = b.rowCount;
this.schema = b.schema;
this.schemaName = b.schemaName;
this.schemaQualifiedName = b.schemaQualifiedName;
this.sizeBytes = b.sizeBytes;
java.util.SortedSet sqlDBTSources = new java.util.TreeSet();
if (b.sqlDBTSources != null) sqlDBTSources.addAll(b.sqlDBTSources);
sqlDBTSources = java.util.Collections.unmodifiableSortedSet(sqlDBTSources);
this.sqlDBTSources = sqlDBTSources;
java.util.SortedSet sqlDbtModels = new java.util.TreeSet();
if (b.sqlDbtModels != null) sqlDbtModels.addAll(b.sqlDbtModels);
sqlDbtModels = java.util.Collections.unmodifiableSortedSet(sqlDbtModels);
this.sqlDbtModels = sqlDbtModels;
this.tableExternalVolumeName = b.tableExternalVolumeName;
this.tableName = b.tableName;
this.tableQualifiedName = b.tableQualifiedName;
this.tableRetentionTime = b.tableRetentionTime;
this.tableType = b.tableType;
this.viewName = b.viewName;
this.viewQualifiedName = b.viewQualifiedName;
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public static DynamoDBGlobalSecondaryIndex.DynamoDBGlobalSecondaryIndexBuilder, ?> _internal() {
return new DynamoDBGlobalSecondaryIndex.DynamoDBGlobalSecondaryIndexBuilderImpl();
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
public DynamoDBGlobalSecondaryIndex.DynamoDBGlobalSecondaryIndexBuilder, ?> toBuilder() {
return new DynamoDBGlobalSecondaryIndex.DynamoDBGlobalSecondaryIndexBuilderImpl().$fillValuesFrom(this);
}
/**
* Alias for this table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getAlias() {
return this.alias;
}
/**
* Simple name of the calculation view in which this SQL asset exists, or empty if it does not exist within a calculation view.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getCalculationViewName() {
return this.calculationViewName;
}
/**
* Unique name of the calculation view in which this SQL asset exists, or empty if it does not exist within a calculation view.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getCalculationViewQualifiedName() {
return this.calculationViewQualifiedName;
}
/**
* Number of columns in this table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Long getColumnCount() {
return this.columnCount;
}
/**
* Columns that exist within this table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getColumns() {
return this.columns;
}
/**
* Simple name of the database in which this SQL asset exists, or empty if it does not exist within a database.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getDatabaseName() {
return this.databaseName;
}
/**
* Unique name of the database in which this SQL asset exists, or empty if it does not exist within a database.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getDatabaseQualifiedName() {
return this.databaseQualifiedName;
}
/**
* TBC
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getDbtModels() {
return this.dbtModels;
}
/**
* TBC
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getDbtSources() {
return this.dbtSources;
}
/**
* TBC
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getDbtTests() {
return this.dbtTests;
}
/**
* TBC
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getDimensions() {
return this.dimensions;
}
/**
* Specifies the partition key of the DynamoDB Table/Index
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getDynamoDBPartitionKey() {
return this.dynamoDBPartitionKey;
}
/**
* The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Long getDynamoDBReadCapacityUnits() {
return this.dynamoDBReadCapacityUnits;
}
/**
* Specifies attributes that are projected from the DynamoDB table into the index
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public DynamoDBSecondaryIndexProjectionType getDynamoDBSecondaryIndexProjectionType() {
return this.dynamoDBSecondaryIndexProjectionType;
}
/**
* Specifies the sort key of the DynamoDB Table/Index
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getDynamoDBSortKey() {
return this.dynamoDBSortKey;
}
/**
* Status of the DynamoDB Asset
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public DynamoDBStatus getDynamoDBStatus() {
return this.dynamoDBStatus;
}
/**
* TBC
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public IDynamoDBTable getDynamoDBTable() {
return this.dynamoDBTable;
}
/**
* The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Long getDynamoDBWriteCapacityUnits() {
return this.dynamoDBWriteCapacityUnits;
}
/**
* External location of this table, for example: an S3 object location.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getExternalLocation() {
return this.externalLocation;
}
/**
* Format of the external location of this table, for example: JSON, CSV, PARQUET, etc.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getExternalLocationFormat() {
return this.externalLocationFormat;
}
/**
* Region of the external location of this table, for example: S3 region.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getExternalLocationRegion() {
return this.externalLocationRegion;
}
/**
* TBC
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getFacts() {
return this.facts;
}
/**
* iceberg table catalog name (can be any user defined name)
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getIcebergCatalogName() {
return this.icebergCatalogName;
}
/**
* iceberg table catalog type (glue, polaris, snowflake)
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getIcebergCatalogSource() {
return this.icebergCatalogSource;
}
/**
* catalog table name (actual table name on the catalog side).
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getIcebergCatalogTableName() {
return this.icebergCatalogTableName;
}
/**
* catalog table namespace (actual database name on the catalog side).
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getIcebergCatalogTableNamespace() {
return this.icebergCatalogTableNamespace;
}
/**
* iceberg table base location inside the external volume.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getIcebergTableBaseLocation() {
return this.icebergTableBaseLocation;
}
/**
* iceberg table type (managed vs unmanaged)
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getIcebergTableType() {
return this.icebergTableType;
}
/**
* Tasks to which this asset provides input.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getInputToAirflowTasks() {
return this.inputToAirflowTasks;
}
/**
* Processes to which this asset provides input.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getInputToProcesses() {
return this.inputToProcesses;
}
/**
* TBC
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getInputToSparkJobs() {
return this.inputToSparkJobs;
}
/**
* Whether this table is partitioned (true) or not (false).
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Boolean getIsPartitioned() {
return this.isPartitioned;
}
/**
* Whether this asset has been profiled (true) or not (false).
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Boolean getIsProfiled() {
return this.isProfiled;
}
/**
* Whether preview queries are allowed for this table (true) or not (false).
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Boolean getIsQueryPreview() {
return this.isQueryPreview;
}
/**
* Whether this table is a sharded table (true) or not (false).
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Boolean getIsSharded() {
return this.isSharded;
}
/**
* Whether this table is temporary (true) or not (false).
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Boolean getIsTemporary() {
return this.isTemporary;
}
/**
* Time (epoch) at which this asset was last profiled, in milliseconds.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Long getLastProfiledAt() {
return this.lastProfiledAt;
}
/**
* Entities implemented by this asset.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getModelImplementedEntities() {
return this.modelImplementedEntities;
}
/**
* Represents attributes for describing the key schema for the table and indexes.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getNoSQLSchemaDefinition() {
return this.noSQLSchemaDefinition;
}
/**
* Tasks from which this asset is output.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getOutputFromAirflowTasks() {
return this.outputFromAirflowTasks;
}
/**
* Processes from which this asset is produced as output.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getOutputFromProcesses() {
return this.outputFromProcesses;
}
/**
* TBC
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getOutputFromSparkJobs() {
return this.outputFromSparkJobs;
}
/**
* Number of partitions in this table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Long getPartitionCount() {
return this.partitionCount;
}
/**
* List of partitions in this table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getPartitionList() {
return this.partitionList;
}
/**
* Partition strategy for this table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getPartitionStrategy() {
return this.partitionStrategy;
}
/**
* Partitions that exist within this table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getPartitions() {
return this.partitions;
}
/**
* Queries that access this table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getQueries() {
return this.queries;
}
/**
* Number of times this asset has been queried.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Long getQueryCount() {
return this.queryCount;
}
/**
* Time (epoch) at which the query count was last updated, in milliseconds.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Long getQueryCountUpdatedAt() {
return this.queryCountUpdatedAt;
}
/**
* Configuration for preview queries.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Map getQueryPreviewConfig() {
return this.queryPreviewConfig;
}
/**
* Number of unique users who have queried this asset.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Long getQueryUserCount() {
return this.queryUserCount;
}
/**
* Map of unique users who have queried this asset to the number of times they have queried it.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Map getQueryUserMap() {
return this.queryUserMap;
}
/**
* Number of rows in this table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Long getRowCount() {
return this.rowCount;
}
/**
* Schema in which this table exists.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public ISchema getSchema() {
return this.schema;
}
/**
* Simple name of the schema in which this SQL asset exists, or empty if it does not exist within a schema.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getSchemaName() {
return this.schemaName;
}
/**
* Unique name of the schema in which this SQL asset exists, or empty if it does not exist within a schema.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getSchemaQualifiedName() {
return this.schemaQualifiedName;
}
/**
* Size of this table, in bytes.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Long getSizeBytes() {
return this.sizeBytes;
}
/**
* TBC
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getSqlDBTSources() {
return this.sqlDBTSources;
}
/**
* TBC
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public SortedSet getSqlDbtModels() {
return this.sqlDbtModels;
}
/**
* external volume name for the table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getTableExternalVolumeName() {
return this.tableExternalVolumeName;
}
/**
* Simple name of the table in which this SQL asset exists, or empty if it does not exist within a table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getTableName() {
return this.tableName;
}
/**
* Unique name of the table in which this SQL asset exists, or empty if it does not exist within a table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getTableQualifiedName() {
return this.tableQualifiedName;
}
/**
* Data retention time in days.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public Long getTableRetentionTime() {
return this.tableRetentionTime;
}
/**
* Type of the table.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public TableType getTableType() {
return this.tableType;
}
/**
* Simple name of the view in which this SQL asset exists, or empty if it does not exist within a view.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getViewName() {
return this.viewName;
}
/**
* Unique name of the view in which this SQL asset exists, or empty if it does not exist within a view.
*/
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getViewQualifiedName() {
return this.viewQualifiedName;
}
@java.lang.Override
@java.lang.SuppressWarnings("all")
@lombok.Generated
public boolean equals(final java.lang.Object o) {
if (o == this) return true;
if (!(o instanceof DynamoDBGlobalSecondaryIndex)) return false;
final DynamoDBGlobalSecondaryIndex other = (DynamoDBGlobalSecondaryIndex) o;
if (!other.canEqual((java.lang.Object) this)) return false;
if (!super.equals(o)) return false;
final java.lang.Object this$columnCount = this.getColumnCount();
final java.lang.Object other$columnCount = other.getColumnCount();
if (this$columnCount == null ? other$columnCount != null : !this$columnCount.equals(other$columnCount)) return false;
final java.lang.Object this$dynamoDBReadCapacityUnits = this.getDynamoDBReadCapacityUnits();
final java.lang.Object other$dynamoDBReadCapacityUnits = other.getDynamoDBReadCapacityUnits();
if (this$dynamoDBReadCapacityUnits == null ? other$dynamoDBReadCapacityUnits != null : !this$dynamoDBReadCapacityUnits.equals(other$dynamoDBReadCapacityUnits)) return false;
final java.lang.Object this$dynamoDBWriteCapacityUnits = this.getDynamoDBWriteCapacityUnits();
final java.lang.Object other$dynamoDBWriteCapacityUnits = other.getDynamoDBWriteCapacityUnits();
if (this$dynamoDBWriteCapacityUnits == null ? other$dynamoDBWriteCapacityUnits != null : !this$dynamoDBWriteCapacityUnits.equals(other$dynamoDBWriteCapacityUnits)) return false;
final java.lang.Object this$isPartitioned = this.getIsPartitioned();
final java.lang.Object other$isPartitioned = other.getIsPartitioned();
if (this$isPartitioned == null ? other$isPartitioned != null : !this$isPartitioned.equals(other$isPartitioned)) return false;
final java.lang.Object this$isProfiled = this.getIsProfiled();
final java.lang.Object other$isProfiled = other.getIsProfiled();
if (this$isProfiled == null ? other$isProfiled != null : !this$isProfiled.equals(other$isProfiled)) return false;
final java.lang.Object this$isQueryPreview = this.getIsQueryPreview();
final java.lang.Object other$isQueryPreview = other.getIsQueryPreview();
if (this$isQueryPreview == null ? other$isQueryPreview != null : !this$isQueryPreview.equals(other$isQueryPreview)) return false;
final java.lang.Object this$isSharded = this.getIsSharded();
final java.lang.Object other$isSharded = other.getIsSharded();
if (this$isSharded == null ? other$isSharded != null : !this$isSharded.equals(other$isSharded)) return false;
final java.lang.Object this$isTemporary = this.getIsTemporary();
final java.lang.Object other$isTemporary = other.getIsTemporary();
if (this$isTemporary == null ? other$isTemporary != null : !this$isTemporary.equals(other$isTemporary)) return false;
final java.lang.Object this$lastProfiledAt = this.getLastProfiledAt();
final java.lang.Object other$lastProfiledAt = other.getLastProfiledAt();
if (this$lastProfiledAt == null ? other$lastProfiledAt != null : !this$lastProfiledAt.equals(other$lastProfiledAt)) return false;
final java.lang.Object this$partitionCount = this.getPartitionCount();
final java.lang.Object other$partitionCount = other.getPartitionCount();
if (this$partitionCount == null ? other$partitionCount != null : !this$partitionCount.equals(other$partitionCount)) return false;
final java.lang.Object this$queryCount = this.getQueryCount();
final java.lang.Object other$queryCount = other.getQueryCount();
if (this$queryCount == null ? other$queryCount != null : !this$queryCount.equals(other$queryCount)) return false;
final java.lang.Object this$queryCountUpdatedAt = this.getQueryCountUpdatedAt();
final java.lang.Object other$queryCountUpdatedAt = other.getQueryCountUpdatedAt();
if (this$queryCountUpdatedAt == null ? other$queryCountUpdatedAt != null : !this$queryCountUpdatedAt.equals(other$queryCountUpdatedAt)) return false;
final java.lang.Object this$queryUserCount = this.getQueryUserCount();
final java.lang.Object other$queryUserCount = other.getQueryUserCount();
if (this$queryUserCount == null ? other$queryUserCount != null : !this$queryUserCount.equals(other$queryUserCount)) return false;
final java.lang.Object this$rowCount = this.getRowCount();
final java.lang.Object other$rowCount = other.getRowCount();
if (this$rowCount == null ? other$rowCount != null : !this$rowCount.equals(other$rowCount)) return false;
final java.lang.Object this$sizeBytes = this.getSizeBytes();
final java.lang.Object other$sizeBytes = other.getSizeBytes();
if (this$sizeBytes == null ? other$sizeBytes != null : !this$sizeBytes.equals(other$sizeBytes)) return false;
final java.lang.Object this$tableRetentionTime = this.getTableRetentionTime();
final java.lang.Object other$tableRetentionTime = other.getTableRetentionTime();
if (this$tableRetentionTime == null ? other$tableRetentionTime != null : !this$tableRetentionTime.equals(other$tableRetentionTime)) return false;
final java.lang.Object this$typeName = this.getTypeName();
final java.lang.Object other$typeName = other.getTypeName();
if (this$typeName == null ? other$typeName != null : !this$typeName.equals(other$typeName)) return false;
final java.lang.Object this$alias = this.getAlias();
final java.lang.Object other$alias = other.getAlias();
if (this$alias == null ? other$alias != null : !this$alias.equals(other$alias)) return false;
final java.lang.Object this$calculationViewName = this.getCalculationViewName();
final java.lang.Object other$calculationViewName = other.getCalculationViewName();
if (this$calculationViewName == null ? other$calculationViewName != null : !this$calculationViewName.equals(other$calculationViewName)) return false;
final java.lang.Object this$calculationViewQualifiedName = this.getCalculationViewQualifiedName();
final java.lang.Object other$calculationViewQualifiedName = other.getCalculationViewQualifiedName();
if (this$calculationViewQualifiedName == null ? other$calculationViewQualifiedName != null : !this$calculationViewQualifiedName.equals(other$calculationViewQualifiedName)) return false;
final java.lang.Object this$columns = this.getColumns();
final java.lang.Object other$columns = other.getColumns();
if (this$columns == null ? other$columns != null : !this$columns.equals(other$columns)) return false;
final java.lang.Object this$databaseName = this.getDatabaseName();
final java.lang.Object other$databaseName = other.getDatabaseName();
if (this$databaseName == null ? other$databaseName != null : !this$databaseName.equals(other$databaseName)) return false;
final java.lang.Object this$databaseQualifiedName = this.getDatabaseQualifiedName();
final java.lang.Object other$databaseQualifiedName = other.getDatabaseQualifiedName();
if (this$databaseQualifiedName == null ? other$databaseQualifiedName != null : !this$databaseQualifiedName.equals(other$databaseQualifiedName)) return false;
final java.lang.Object this$dbtModels = this.getDbtModels();
final java.lang.Object other$dbtModels = other.getDbtModels();
if (this$dbtModels == null ? other$dbtModels != null : !this$dbtModels.equals(other$dbtModels)) return false;
final java.lang.Object this$dbtSources = this.getDbtSources();
final java.lang.Object other$dbtSources = other.getDbtSources();
if (this$dbtSources == null ? other$dbtSources != null : !this$dbtSources.equals(other$dbtSources)) return false;
final java.lang.Object this$dbtTests = this.getDbtTests();
final java.lang.Object other$dbtTests = other.getDbtTests();
if (this$dbtTests == null ? other$dbtTests != null : !this$dbtTests.equals(other$dbtTests)) return false;
final java.lang.Object this$dimensions = this.getDimensions();
final java.lang.Object other$dimensions = other.getDimensions();
if (this$dimensions == null ? other$dimensions != null : !this$dimensions.equals(other$dimensions)) return false;
final java.lang.Object this$dynamoDBPartitionKey = this.getDynamoDBPartitionKey();
final java.lang.Object other$dynamoDBPartitionKey = other.getDynamoDBPartitionKey();
if (this$dynamoDBPartitionKey == null ? other$dynamoDBPartitionKey != null : !this$dynamoDBPartitionKey.equals(other$dynamoDBPartitionKey)) return false;
final java.lang.Object this$dynamoDBSecondaryIndexProjectionType = this.getDynamoDBSecondaryIndexProjectionType();
final java.lang.Object other$dynamoDBSecondaryIndexProjectionType = other.getDynamoDBSecondaryIndexProjectionType();
if (this$dynamoDBSecondaryIndexProjectionType == null ? other$dynamoDBSecondaryIndexProjectionType != null : !this$dynamoDBSecondaryIndexProjectionType.equals(other$dynamoDBSecondaryIndexProjectionType)) return false;
final java.lang.Object this$dynamoDBSortKey = this.getDynamoDBSortKey();
final java.lang.Object other$dynamoDBSortKey = other.getDynamoDBSortKey();
if (this$dynamoDBSortKey == null ? other$dynamoDBSortKey != null : !this$dynamoDBSortKey.equals(other$dynamoDBSortKey)) return false;
final java.lang.Object this$dynamoDBStatus = this.getDynamoDBStatus();
final java.lang.Object other$dynamoDBStatus = other.getDynamoDBStatus();
if (this$dynamoDBStatus == null ? other$dynamoDBStatus != null : !this$dynamoDBStatus.equals(other$dynamoDBStatus)) return false;
final java.lang.Object this$dynamoDBTable = this.getDynamoDBTable();
final java.lang.Object other$dynamoDBTable = other.getDynamoDBTable();
if (this$dynamoDBTable == null ? other$dynamoDBTable != null : !this$dynamoDBTable.equals(other$dynamoDBTable)) return false;
final java.lang.Object this$externalLocation = this.getExternalLocation();
final java.lang.Object other$externalLocation = other.getExternalLocation();
if (this$externalLocation == null ? other$externalLocation != null : !this$externalLocation.equals(other$externalLocation)) return false;
final java.lang.Object this$externalLocationFormat = this.getExternalLocationFormat();
final java.lang.Object other$externalLocationFormat = other.getExternalLocationFormat();
if (this$externalLocationFormat == null ? other$externalLocationFormat != null : !this$externalLocationFormat.equals(other$externalLocationFormat)) return false;
final java.lang.Object this$externalLocationRegion = this.getExternalLocationRegion();
final java.lang.Object other$externalLocationRegion = other.getExternalLocationRegion();
if (this$externalLocationRegion == null ? other$externalLocationRegion != null : !this$externalLocationRegion.equals(other$externalLocationRegion)) return false;
final java.lang.Object this$facts = this.getFacts();
final java.lang.Object other$facts = other.getFacts();
if (this$facts == null ? other$facts != null : !this$facts.equals(other$facts)) return false;
final java.lang.Object this$icebergCatalogName = this.getIcebergCatalogName();
final java.lang.Object other$icebergCatalogName = other.getIcebergCatalogName();
if (this$icebergCatalogName == null ? other$icebergCatalogName != null : !this$icebergCatalogName.equals(other$icebergCatalogName)) return false;
final java.lang.Object this$icebergCatalogSource = this.getIcebergCatalogSource();
final java.lang.Object other$icebergCatalogSource = other.getIcebergCatalogSource();
if (this$icebergCatalogSource == null ? other$icebergCatalogSource != null : !this$icebergCatalogSource.equals(other$icebergCatalogSource)) return false;
final java.lang.Object this$icebergCatalogTableName = this.getIcebergCatalogTableName();
final java.lang.Object other$icebergCatalogTableName = other.getIcebergCatalogTableName();
if (this$icebergCatalogTableName == null ? other$icebergCatalogTableName != null : !this$icebergCatalogTableName.equals(other$icebergCatalogTableName)) return false;
final java.lang.Object this$icebergCatalogTableNamespace = this.getIcebergCatalogTableNamespace();
final java.lang.Object other$icebergCatalogTableNamespace = other.getIcebergCatalogTableNamespace();
if (this$icebergCatalogTableNamespace == null ? other$icebergCatalogTableNamespace != null : !this$icebergCatalogTableNamespace.equals(other$icebergCatalogTableNamespace)) return false;
final java.lang.Object this$icebergTableBaseLocation = this.getIcebergTableBaseLocation();
final java.lang.Object other$icebergTableBaseLocation = other.getIcebergTableBaseLocation();
if (this$icebergTableBaseLocation == null ? other$icebergTableBaseLocation != null : !this$icebergTableBaseLocation.equals(other$icebergTableBaseLocation)) return false;
final java.lang.Object this$icebergTableType = this.getIcebergTableType();
final java.lang.Object other$icebergTableType = other.getIcebergTableType();
if (this$icebergTableType == null ? other$icebergTableType != null : !this$icebergTableType.equals(other$icebergTableType)) return false;
final java.lang.Object this$inputToAirflowTasks = this.getInputToAirflowTasks();
final java.lang.Object other$inputToAirflowTasks = other.getInputToAirflowTasks();
if (this$inputToAirflowTasks == null ? other$inputToAirflowTasks != null : !this$inputToAirflowTasks.equals(other$inputToAirflowTasks)) return false;
final java.lang.Object this$inputToProcesses = this.getInputToProcesses();
final java.lang.Object other$inputToProcesses = other.getInputToProcesses();
if (this$inputToProcesses == null ? other$inputToProcesses != null : !this$inputToProcesses.equals(other$inputToProcesses)) return false;
final java.lang.Object this$inputToSparkJobs = this.getInputToSparkJobs();
final java.lang.Object other$inputToSparkJobs = other.getInputToSparkJobs();
if (this$inputToSparkJobs == null ? other$inputToSparkJobs != null : !this$inputToSparkJobs.equals(other$inputToSparkJobs)) return false;
final java.lang.Object this$modelImplementedEntities = this.getModelImplementedEntities();
final java.lang.Object other$modelImplementedEntities = other.getModelImplementedEntities();
if (this$modelImplementedEntities == null ? other$modelImplementedEntities != null : !this$modelImplementedEntities.equals(other$modelImplementedEntities)) return false;
final java.lang.Object this$noSQLSchemaDefinition = this.getNoSQLSchemaDefinition();
final java.lang.Object other$noSQLSchemaDefinition = other.getNoSQLSchemaDefinition();
if (this$noSQLSchemaDefinition == null ? other$noSQLSchemaDefinition != null : !this$noSQLSchemaDefinition.equals(other$noSQLSchemaDefinition)) return false;
final java.lang.Object this$outputFromAirflowTasks = this.getOutputFromAirflowTasks();
final java.lang.Object other$outputFromAirflowTasks = other.getOutputFromAirflowTasks();
if (this$outputFromAirflowTasks == null ? other$outputFromAirflowTasks != null : !this$outputFromAirflowTasks.equals(other$outputFromAirflowTasks)) return false;
final java.lang.Object this$outputFromProcesses = this.getOutputFromProcesses();
final java.lang.Object other$outputFromProcesses = other.getOutputFromProcesses();
if (this$outputFromProcesses == null ? other$outputFromProcesses != null : !this$outputFromProcesses.equals(other$outputFromProcesses)) return false;
final java.lang.Object this$outputFromSparkJobs = this.getOutputFromSparkJobs();
final java.lang.Object other$outputFromSparkJobs = other.getOutputFromSparkJobs();
if (this$outputFromSparkJobs == null ? other$outputFromSparkJobs != null : !this$outputFromSparkJobs.equals(other$outputFromSparkJobs)) return false;
final java.lang.Object this$partitionList = this.getPartitionList();
final java.lang.Object other$partitionList = other.getPartitionList();
if (this$partitionList == null ? other$partitionList != null : !this$partitionList.equals(other$partitionList)) return false;
final java.lang.Object this$partitionStrategy = this.getPartitionStrategy();
final java.lang.Object other$partitionStrategy = other.getPartitionStrategy();
if (this$partitionStrategy == null ? other$partitionStrategy != null : !this$partitionStrategy.equals(other$partitionStrategy)) return false;
final java.lang.Object this$partitions = this.getPartitions();
final java.lang.Object other$partitions = other.getPartitions();
if (this$partitions == null ? other$partitions != null : !this$partitions.equals(other$partitions)) return false;
final java.lang.Object this$queries = this.getQueries();
final java.lang.Object other$queries = other.getQueries();
if (this$queries == null ? other$queries != null : !this$queries.equals(other$queries)) return false;
final java.lang.Object this$queryPreviewConfig = this.getQueryPreviewConfig();
final java.lang.Object other$queryPreviewConfig = other.getQueryPreviewConfig();
if (this$queryPreviewConfig == null ? other$queryPreviewConfig != null : !this$queryPreviewConfig.equals(other$queryPreviewConfig)) return false;
final java.lang.Object this$queryUserMap = this.getQueryUserMap();
final java.lang.Object other$queryUserMap = other.getQueryUserMap();
if (this$queryUserMap == null ? other$queryUserMap != null : !this$queryUserMap.equals(other$queryUserMap)) return false;
final java.lang.Object this$schema = this.getSchema();
final java.lang.Object other$schema = other.getSchema();
if (this$schema == null ? other$schema != null : !this$schema.equals(other$schema)) return false;
final java.lang.Object this$schemaName = this.getSchemaName();
final java.lang.Object other$schemaName = other.getSchemaName();
if (this$schemaName == null ? other$schemaName != null : !this$schemaName.equals(other$schemaName)) return false;
final java.lang.Object this$schemaQualifiedName = this.getSchemaQualifiedName();
final java.lang.Object other$schemaQualifiedName = other.getSchemaQualifiedName();
if (this$schemaQualifiedName == null ? other$schemaQualifiedName != null : !this$schemaQualifiedName.equals(other$schemaQualifiedName)) return false;
final java.lang.Object this$sqlDBTSources = this.getSqlDBTSources();
final java.lang.Object other$sqlDBTSources = other.getSqlDBTSources();
if (this$sqlDBTSources == null ? other$sqlDBTSources != null : !this$sqlDBTSources.equals(other$sqlDBTSources)) return false;
final java.lang.Object this$sqlDbtModels = this.getSqlDbtModels();
final java.lang.Object other$sqlDbtModels = other.getSqlDbtModels();
if (this$sqlDbtModels == null ? other$sqlDbtModels != null : !this$sqlDbtModels.equals(other$sqlDbtModels)) return false;
final java.lang.Object this$tableExternalVolumeName = this.getTableExternalVolumeName();
final java.lang.Object other$tableExternalVolumeName = other.getTableExternalVolumeName();
if (this$tableExternalVolumeName == null ? other$tableExternalVolumeName != null : !this$tableExternalVolumeName.equals(other$tableExternalVolumeName)) return false;
final java.lang.Object this$tableName = this.getTableName();
final java.lang.Object other$tableName = other.getTableName();
if (this$tableName == null ? other$tableName != null : !this$tableName.equals(other$tableName)) return false;
final java.lang.Object this$tableQualifiedName = this.getTableQualifiedName();
final java.lang.Object other$tableQualifiedName = other.getTableQualifiedName();
if (this$tableQualifiedName == null ? other$tableQualifiedName != null : !this$tableQualifiedName.equals(other$tableQualifiedName)) return false;
final java.lang.Object this$tableType = this.getTableType();
final java.lang.Object other$tableType = other.getTableType();
if (this$tableType == null ? other$tableType != null : !this$tableType.equals(other$tableType)) return false;
final java.lang.Object this$viewName = this.getViewName();
final java.lang.Object other$viewName = other.getViewName();
if (this$viewName == null ? other$viewName != null : !this$viewName.equals(other$viewName)) return false;
final java.lang.Object this$viewQualifiedName = this.getViewQualifiedName();
final java.lang.Object other$viewQualifiedName = other.getViewQualifiedName();
if (this$viewQualifiedName == null ? other$viewQualifiedName != null : !this$viewQualifiedName.equals(other$viewQualifiedName)) return false;
return true;
}
@java.lang.SuppressWarnings("all")
@lombok.Generated
protected boolean canEqual(final java.lang.Object other) {
return other instanceof DynamoDBGlobalSecondaryIndex;
}
@java.lang.Override
@java.lang.SuppressWarnings("all")
@lombok.Generated
public int hashCode() {
final int PRIME = 59;
int result = super.hashCode();
final java.lang.Object $columnCount = this.getColumnCount();
result = result * PRIME + ($columnCount == null ? 43 : $columnCount.hashCode());
final java.lang.Object $dynamoDBReadCapacityUnits = this.getDynamoDBReadCapacityUnits();
result = result * PRIME + ($dynamoDBReadCapacityUnits == null ? 43 : $dynamoDBReadCapacityUnits.hashCode());
final java.lang.Object $dynamoDBWriteCapacityUnits = this.getDynamoDBWriteCapacityUnits();
result = result * PRIME + ($dynamoDBWriteCapacityUnits == null ? 43 : $dynamoDBWriteCapacityUnits.hashCode());
final java.lang.Object $isPartitioned = this.getIsPartitioned();
result = result * PRIME + ($isPartitioned == null ? 43 : $isPartitioned.hashCode());
final java.lang.Object $isProfiled = this.getIsProfiled();
result = result * PRIME + ($isProfiled == null ? 43 : $isProfiled.hashCode());
final java.lang.Object $isQueryPreview = this.getIsQueryPreview();
result = result * PRIME + ($isQueryPreview == null ? 43 : $isQueryPreview.hashCode());
final java.lang.Object $isSharded = this.getIsSharded();
result = result * PRIME + ($isSharded == null ? 43 : $isSharded.hashCode());
final java.lang.Object $isTemporary = this.getIsTemporary();
result = result * PRIME + ($isTemporary == null ? 43 : $isTemporary.hashCode());
final java.lang.Object $lastProfiledAt = this.getLastProfiledAt();
result = result * PRIME + ($lastProfiledAt == null ? 43 : $lastProfiledAt.hashCode());
final java.lang.Object $partitionCount = this.getPartitionCount();
result = result * PRIME + ($partitionCount == null ? 43 : $partitionCount.hashCode());
final java.lang.Object $queryCount = this.getQueryCount();
result = result * PRIME + ($queryCount == null ? 43 : $queryCount.hashCode());
final java.lang.Object $queryCountUpdatedAt = this.getQueryCountUpdatedAt();
result = result * PRIME + ($queryCountUpdatedAt == null ? 43 : $queryCountUpdatedAt.hashCode());
final java.lang.Object $queryUserCount = this.getQueryUserCount();
result = result * PRIME + ($queryUserCount == null ? 43 : $queryUserCount.hashCode());
final java.lang.Object $rowCount = this.getRowCount();
result = result * PRIME + ($rowCount == null ? 43 : $rowCount.hashCode());
final java.lang.Object $sizeBytes = this.getSizeBytes();
result = result * PRIME + ($sizeBytes == null ? 43 : $sizeBytes.hashCode());
final java.lang.Object $tableRetentionTime = this.getTableRetentionTime();
result = result * PRIME + ($tableRetentionTime == null ? 43 : $tableRetentionTime.hashCode());
final java.lang.Object $typeName = this.getTypeName();
result = result * PRIME + ($typeName == null ? 43 : $typeName.hashCode());
final java.lang.Object $alias = this.getAlias();
result = result * PRIME + ($alias == null ? 43 : $alias.hashCode());
final java.lang.Object $calculationViewName = this.getCalculationViewName();
result = result * PRIME + ($calculationViewName == null ? 43 : $calculationViewName.hashCode());
final java.lang.Object $calculationViewQualifiedName = this.getCalculationViewQualifiedName();
result = result * PRIME + ($calculationViewQualifiedName == null ? 43 : $calculationViewQualifiedName.hashCode());
final java.lang.Object $columns = this.getColumns();
result = result * PRIME + ($columns == null ? 43 : $columns.hashCode());
final java.lang.Object $databaseName = this.getDatabaseName();
result = result * PRIME + ($databaseName == null ? 43 : $databaseName.hashCode());
final java.lang.Object $databaseQualifiedName = this.getDatabaseQualifiedName();
result = result * PRIME + ($databaseQualifiedName == null ? 43 : $databaseQualifiedName.hashCode());
final java.lang.Object $dbtModels = this.getDbtModels();
result = result * PRIME + ($dbtModels == null ? 43 : $dbtModels.hashCode());
final java.lang.Object $dbtSources = this.getDbtSources();
result = result * PRIME + ($dbtSources == null ? 43 : $dbtSources.hashCode());
final java.lang.Object $dbtTests = this.getDbtTests();
result = result * PRIME + ($dbtTests == null ? 43 : $dbtTests.hashCode());
final java.lang.Object $dimensions = this.getDimensions();
result = result * PRIME + ($dimensions == null ? 43 : $dimensions.hashCode());
final java.lang.Object $dynamoDBPartitionKey = this.getDynamoDBPartitionKey();
result = result * PRIME + ($dynamoDBPartitionKey == null ? 43 : $dynamoDBPartitionKey.hashCode());
final java.lang.Object $dynamoDBSecondaryIndexProjectionType = this.getDynamoDBSecondaryIndexProjectionType();
result = result * PRIME + ($dynamoDBSecondaryIndexProjectionType == null ? 43 : $dynamoDBSecondaryIndexProjectionType.hashCode());
final java.lang.Object $dynamoDBSortKey = this.getDynamoDBSortKey();
result = result * PRIME + ($dynamoDBSortKey == null ? 43 : $dynamoDBSortKey.hashCode());
final java.lang.Object $dynamoDBStatus = this.getDynamoDBStatus();
result = result * PRIME + ($dynamoDBStatus == null ? 43 : $dynamoDBStatus.hashCode());
final java.lang.Object $dynamoDBTable = this.getDynamoDBTable();
result = result * PRIME + ($dynamoDBTable == null ? 43 : $dynamoDBTable.hashCode());
final java.lang.Object $externalLocation = this.getExternalLocation();
result = result * PRIME + ($externalLocation == null ? 43 : $externalLocation.hashCode());
final java.lang.Object $externalLocationFormat = this.getExternalLocationFormat();
result = result * PRIME + ($externalLocationFormat == null ? 43 : $externalLocationFormat.hashCode());
final java.lang.Object $externalLocationRegion = this.getExternalLocationRegion();
result = result * PRIME + ($externalLocationRegion == null ? 43 : $externalLocationRegion.hashCode());
final java.lang.Object $facts = this.getFacts();
result = result * PRIME + ($facts == null ? 43 : $facts.hashCode());
final java.lang.Object $icebergCatalogName = this.getIcebergCatalogName();
result = result * PRIME + ($icebergCatalogName == null ? 43 : $icebergCatalogName.hashCode());
final java.lang.Object $icebergCatalogSource = this.getIcebergCatalogSource();
result = result * PRIME + ($icebergCatalogSource == null ? 43 : $icebergCatalogSource.hashCode());
final java.lang.Object $icebergCatalogTableName = this.getIcebergCatalogTableName();
result = result * PRIME + ($icebergCatalogTableName == null ? 43 : $icebergCatalogTableName.hashCode());
final java.lang.Object $icebergCatalogTableNamespace = this.getIcebergCatalogTableNamespace();
result = result * PRIME + ($icebergCatalogTableNamespace == null ? 43 : $icebergCatalogTableNamespace.hashCode());
final java.lang.Object $icebergTableBaseLocation = this.getIcebergTableBaseLocation();
result = result * PRIME + ($icebergTableBaseLocation == null ? 43 : $icebergTableBaseLocation.hashCode());
final java.lang.Object $icebergTableType = this.getIcebergTableType();
result = result * PRIME + ($icebergTableType == null ? 43 : $icebergTableType.hashCode());
final java.lang.Object $inputToAirflowTasks = this.getInputToAirflowTasks();
result = result * PRIME + ($inputToAirflowTasks == null ? 43 : $inputToAirflowTasks.hashCode());
final java.lang.Object $inputToProcesses = this.getInputToProcesses();
result = result * PRIME + ($inputToProcesses == null ? 43 : $inputToProcesses.hashCode());
final java.lang.Object $inputToSparkJobs = this.getInputToSparkJobs();
result = result * PRIME + ($inputToSparkJobs == null ? 43 : $inputToSparkJobs.hashCode());
final java.lang.Object $modelImplementedEntities = this.getModelImplementedEntities();
result = result * PRIME + ($modelImplementedEntities == null ? 43 : $modelImplementedEntities.hashCode());
final java.lang.Object $noSQLSchemaDefinition = this.getNoSQLSchemaDefinition();
result = result * PRIME + ($noSQLSchemaDefinition == null ? 43 : $noSQLSchemaDefinition.hashCode());
final java.lang.Object $outputFromAirflowTasks = this.getOutputFromAirflowTasks();
result = result * PRIME + ($outputFromAirflowTasks == null ? 43 : $outputFromAirflowTasks.hashCode());
final java.lang.Object $outputFromProcesses = this.getOutputFromProcesses();
result = result * PRIME + ($outputFromProcesses == null ? 43 : $outputFromProcesses.hashCode());
final java.lang.Object $outputFromSparkJobs = this.getOutputFromSparkJobs();
result = result * PRIME + ($outputFromSparkJobs == null ? 43 : $outputFromSparkJobs.hashCode());
final java.lang.Object $partitionList = this.getPartitionList();
result = result * PRIME + ($partitionList == null ? 43 : $partitionList.hashCode());
final java.lang.Object $partitionStrategy = this.getPartitionStrategy();
result = result * PRIME + ($partitionStrategy == null ? 43 : $partitionStrategy.hashCode());
final java.lang.Object $partitions = this.getPartitions();
result = result * PRIME + ($partitions == null ? 43 : $partitions.hashCode());
final java.lang.Object $queries = this.getQueries();
result = result * PRIME + ($queries == null ? 43 : $queries.hashCode());
final java.lang.Object $queryPreviewConfig = this.getQueryPreviewConfig();
result = result * PRIME + ($queryPreviewConfig == null ? 43 : $queryPreviewConfig.hashCode());
final java.lang.Object $queryUserMap = this.getQueryUserMap();
result = result * PRIME + ($queryUserMap == null ? 43 : $queryUserMap.hashCode());
final java.lang.Object $schema = this.getSchema();
result = result * PRIME + ($schema == null ? 43 : $schema.hashCode());
final java.lang.Object $schemaName = this.getSchemaName();
result = result * PRIME + ($schemaName == null ? 43 : $schemaName.hashCode());
final java.lang.Object $schemaQualifiedName = this.getSchemaQualifiedName();
result = result * PRIME + ($schemaQualifiedName == null ? 43 : $schemaQualifiedName.hashCode());
final java.lang.Object $sqlDBTSources = this.getSqlDBTSources();
result = result * PRIME + ($sqlDBTSources == null ? 43 : $sqlDBTSources.hashCode());
final java.lang.Object $sqlDbtModels = this.getSqlDbtModels();
result = result * PRIME + ($sqlDbtModels == null ? 43 : $sqlDbtModels.hashCode());
final java.lang.Object $tableExternalVolumeName = this.getTableExternalVolumeName();
result = result * PRIME + ($tableExternalVolumeName == null ? 43 : $tableExternalVolumeName.hashCode());
final java.lang.Object $tableName = this.getTableName();
result = result * PRIME + ($tableName == null ? 43 : $tableName.hashCode());
final java.lang.Object $tableQualifiedName = this.getTableQualifiedName();
result = result * PRIME + ($tableQualifiedName == null ? 43 : $tableQualifiedName.hashCode());
final java.lang.Object $tableType = this.getTableType();
result = result * PRIME + ($tableType == null ? 43 : $tableType.hashCode());
final java.lang.Object $viewName = this.getViewName();
result = result * PRIME + ($viewName == null ? 43 : $viewName.hashCode());
final java.lang.Object $viewQualifiedName = this.getViewQualifiedName();
result = result * PRIME + ($viewQualifiedName == null ? 43 : $viewQualifiedName.hashCode());
return result;
}
@java.lang.Override
@java.lang.SuppressWarnings("all")
@lombok.Generated
public java.lang.String toString() {
return "DynamoDBGlobalSecondaryIndex(super=" + super.toString() + ", typeName=" + this.getTypeName() + ", alias=" + this.getAlias() + ", calculationViewName=" + this.getCalculationViewName() + ", calculationViewQualifiedName=" + this.getCalculationViewQualifiedName() + ", columnCount=" + this.getColumnCount() + ", columns=" + this.getColumns() + ", databaseName=" + this.getDatabaseName() + ", databaseQualifiedName=" + this.getDatabaseQualifiedName() + ", dbtModels=" + this.getDbtModels() + ", dbtSources=" + this.getDbtSources() + ", dbtTests=" + this.getDbtTests() + ", dimensions=" + this.getDimensions() + ", dynamoDBPartitionKey=" + this.getDynamoDBPartitionKey() + ", dynamoDBReadCapacityUnits=" + this.getDynamoDBReadCapacityUnits() + ", dynamoDBSecondaryIndexProjectionType=" + this.getDynamoDBSecondaryIndexProjectionType() + ", dynamoDBSortKey=" + this.getDynamoDBSortKey() + ", dynamoDBStatus=" + this.getDynamoDBStatus() + ", dynamoDBTable=" + this.getDynamoDBTable() + ", dynamoDBWriteCapacityUnits=" + this.getDynamoDBWriteCapacityUnits() + ", externalLocation=" + this.getExternalLocation() + ", externalLocationFormat=" + this.getExternalLocationFormat() + ", externalLocationRegion=" + this.getExternalLocationRegion() + ", facts=" + this.getFacts() + ", icebergCatalogName=" + this.getIcebergCatalogName() + ", icebergCatalogSource=" + this.getIcebergCatalogSource() + ", icebergCatalogTableName=" + this.getIcebergCatalogTableName() + ", icebergCatalogTableNamespace=" + this.getIcebergCatalogTableNamespace() + ", icebergTableBaseLocation=" + this.getIcebergTableBaseLocation() + ", icebergTableType=" + this.getIcebergTableType() + ", inputToAirflowTasks=" + this.getInputToAirflowTasks() + ", inputToProcesses=" + this.getInputToProcesses() + ", inputToSparkJobs=" + this.getInputToSparkJobs() + ", isPartitioned=" + this.getIsPartitioned() + ", isProfiled=" + this.getIsProfiled() + ", isQueryPreview=" + this.getIsQueryPreview() + ", isSharded=" + this.getIsSharded() + ", isTemporary=" + this.getIsTemporary() + ", lastProfiledAt=" + this.getLastProfiledAt() + ", modelImplementedEntities=" + this.getModelImplementedEntities() + ", noSQLSchemaDefinition=" + this.getNoSQLSchemaDefinition() + ", outputFromAirflowTasks=" + this.getOutputFromAirflowTasks() + ", outputFromProcesses=" + this.getOutputFromProcesses() + ", outputFromSparkJobs=" + this.getOutputFromSparkJobs() + ", partitionCount=" + this.getPartitionCount() + ", partitionList=" + this.getPartitionList() + ", partitionStrategy=" + this.getPartitionStrategy() + ", partitions=" + this.getPartitions() + ", queries=" + this.getQueries() + ", queryCount=" + this.getQueryCount() + ", queryCountUpdatedAt=" + this.getQueryCountUpdatedAt() + ", queryPreviewConfig=" + this.getQueryPreviewConfig() + ", queryUserCount=" + this.getQueryUserCount() + ", queryUserMap=" + this.getQueryUserMap() + ", rowCount=" + this.getRowCount() + ", schema=" + this.getSchema() + ", schemaName=" + this.getSchemaName() + ", schemaQualifiedName=" + this.getSchemaQualifiedName() + ", sizeBytes=" + this.getSizeBytes() + ", sqlDBTSources=" + this.getSqlDBTSources() + ", sqlDbtModels=" + this.getSqlDbtModels() + ", tableExternalVolumeName=" + this.getTableExternalVolumeName() + ", tableName=" + this.getTableName() + ", tableQualifiedName=" + this.getTableQualifiedName() + ", tableRetentionTime=" + this.getTableRetentionTime() + ", tableType=" + this.getTableType() + ", viewName=" + this.getViewName() + ", viewQualifiedName=" + this.getViewQualifiedName() + ")";
}
/**
* Fixed typeName for DynamoDBGlobalSecondaryIndexs.
*/
@Override
@java.lang.SuppressWarnings("all")
@lombok.Generated
public String getTypeName() {
return this.typeName;
}
}