Class IcebergRestConnectionConfigInfo
java.lang.Object
org.apache.polaris.core.admin.model.ConnectionConfigInfo
org.apache.polaris.core.admin.model.IcebergRestConnectionConfigInfo
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:49.457542507Z[UTC]",
comments="Generator version: 7.12.0")
public class IcebergRestConnectionConfigInfo
extends ConnectionConfigInfo
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.polaris.core.admin.model.ConnectionConfigInfo
ConnectionConfigInfo.ConnectionTypeEnum -
Constructor Summary
ConstructorsConstructorDescriptionIcebergRestConnectionConfigInfo(String remoteCatalogName, ConnectionConfigInfo.ConnectionTypeEnum connectionType, String uri, AuthenticationParameters authenticationParameters, ServiceIdentityInfo serviceIdentity) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder(ConnectionConfigInfo.ConnectionTypeEnum connectionType) booleanThe name of a remote catalog instance within the remote catalog service; in some older systems this is specified as the 'warehouse' when multiple logical catalogs are served under the same base uri, and often translates into a 'prefix' added to all REST resource pathsinthashCode()toString()Methods inherited from class org.apache.polaris.core.admin.model.ConnectionConfigInfo
getAuthenticationParameters, getConnectionType, getServiceIdentity, getUri
-
Constructor Details
-
IcebergRestConnectionConfigInfo
public IcebergRestConnectionConfigInfo(String remoteCatalogName, ConnectionConfigInfo.ConnectionTypeEnum connectionType, String uri, AuthenticationParameters authenticationParameters, ServiceIdentityInfo serviceIdentity) -
IcebergRestConnectionConfigInfo
-
-
Method Details
-
getRemoteCatalogName
The name of a remote catalog instance within the remote catalog service; in some older systems this is specified as the 'warehouse' when multiple logical catalogs are served under the same base uri, and often translates into a 'prefix' added to all REST resource paths -
builder
-
builder
public static IcebergRestConnectionConfigInfo.Builder builder(ConnectionConfigInfo.ConnectionTypeEnum connectionType) -
equals
- Overrides:
equalsin classConnectionConfigInfo
-
hashCode
public int hashCode()- Overrides:
hashCodein classConnectionConfigInfo
-
toString
- Overrides:
toStringin classConnectionConfigInfo
-