Class CreateHdfsStorageOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreateHdfsStorageOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateHdfsStorageOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createHdfsStorage options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateHdfsStorageOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.StringbucketDisplayName()Gets the bucketDisplayName.java.lang.StringbucketType()Gets the bucketType.java.lang.StringcatalogName()Gets the catalogName.java.lang.StringcatalogType()Gets the catalogType.java.lang.StringcoreSite()Gets the coreSite.java.lang.StringcreatedOn()Gets the createdOn.java.lang.Stringdescription()Gets the description.java.io.InputStreamhdfsKeytab()Gets the hdfsKeytab.java.lang.StringhdfsKeytabContentType()Gets the hdfsKeytabContentType.java.lang.StringhdfsPrincipal()Gets the hdfsPrincipal.java.lang.StringhdfsSite()Gets the hdfsSite.java.lang.StringhiveClientPrincipal()Gets the hiveClientPrincipal.java.io.InputStreamhiveKeytab()Gets the hiveKeytab.java.lang.StringhiveKeytabContentType()Gets the hiveKeytabContentType.java.lang.StringhiveServerPrincipal()Gets the hiveServerPrincipal.java.lang.LonghmsThriftPort()Gets the hmsThriftPort.java.lang.StringhmsThriftUri()Gets the hmsThriftUri.java.lang.Stringkerberos()Gets the kerberos.java.lang.Stringkrb5Config()Gets the krb5Config.CreateHdfsStorageOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public CreateHdfsStorageOptions.Builder newBuilder()
New builder.- Returns:
- a CreateHdfsStorageOptions builder
-
bucketDisplayName
public java.lang.String bucketDisplayName()
Gets the bucketDisplayName. Bucket display name.- Returns:
- the bucketDisplayName
-
bucketType
public java.lang.String bucketType()
Gets the bucketType. Bucket type.- Returns:
- the bucketType
-
hmsThriftUri
public java.lang.String hmsThriftUri()
Gets the hmsThriftUri. HMS Thrift URI.- Returns:
- the hmsThriftUri
-
hmsThriftPort
public java.lang.Long hmsThriftPort()
Gets the hmsThriftPort. HMS Thrift Port.- Returns:
- the hmsThriftPort
-
coreSite
public java.lang.String coreSite()
Gets the coreSite. contents of core-site.xml file.- Returns:
- the coreSite
-
hdfsSite
public java.lang.String hdfsSite()
Gets the hdfsSite. contents of hdfs-site.xml file.- Returns:
- the hdfsSite
-
kerberos
public java.lang.String kerberos()
Gets the kerberos. Kerberos Flag.- Returns:
- the kerberos
-
catalogName
public java.lang.String catalogName()
Gets the catalogName. Catalog name.- Returns:
- the catalogName
-
catalogType
public java.lang.String catalogType()
Gets the catalogType. Catalog type.- Returns:
- the catalogType
-
krb5Config
public java.lang.String krb5Config()
Gets the krb5Config. Kerberos config file.- Returns:
- the krb5Config
-
hiveKeytab
public java.io.InputStream hiveKeytab()
Gets the hiveKeytab. Hive keytab file.- Returns:
- the hiveKeytab
-
hiveKeytabContentType
public java.lang.String hiveKeytabContentType()
Gets the hiveKeytabContentType. The content type of hiveKeytab. Values for this parameter can be obtained from the HttpMediaType class.- Returns:
- the hiveKeytabContentType
-
hdfsKeytab
public java.io.InputStream hdfsKeytab()
Gets the hdfsKeytab. HDFS keytab file.- Returns:
- the hdfsKeytab
-
hdfsKeytabContentType
public java.lang.String hdfsKeytabContentType()
Gets the hdfsKeytabContentType. The content type of hdfsKeytab. Values for this parameter can be obtained from the HttpMediaType class.- Returns:
- the hdfsKeytabContentType
-
hiveServerPrincipal
public java.lang.String hiveServerPrincipal()
Gets the hiveServerPrincipal. Hive server principal.- Returns:
- the hiveServerPrincipal
-
hiveClientPrincipal
public java.lang.String hiveClientPrincipal()
Gets the hiveClientPrincipal. Hive client principal.- Returns:
- the hiveClientPrincipal
-
hdfsPrincipal
public java.lang.String hdfsPrincipal()
Gets the hdfsPrincipal. HDFS principal.- Returns:
- the hdfsPrincipal
-
description
public java.lang.String description()
Gets the description. Database description.- Returns:
- the description
-
createdOn
public java.lang.String createdOn()
Gets the createdOn. Created on.- Returns:
- the createdOn
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. Instance ID.- Returns:
- the authInstanceId
-
-