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.GenericModel
The createHdfsStorage options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateHdfsStorageOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.String
bucketDisplayName()
Gets the bucketDisplayName.java.lang.String
bucketType()
Gets the bucketType.java.lang.String
catalogName()
Gets the catalogName.java.lang.String
catalogType()
Gets the catalogType.java.lang.String
coreSite()
Gets the coreSite.java.lang.String
createdOn()
Gets the createdOn.java.lang.String
description()
Gets the description.java.io.InputStream
hdfsKeytab()
Gets the hdfsKeytab.java.lang.String
hdfsKeytabContentType()
Gets the hdfsKeytabContentType.java.lang.String
hdfsPrincipal()
Gets the hdfsPrincipal.java.lang.String
hdfsSite()
Gets the hdfsSite.java.lang.String
hiveClientPrincipal()
Gets the hiveClientPrincipal.java.io.InputStream
hiveKeytab()
Gets the hiveKeytab.java.lang.String
hiveKeytabContentType()
Gets the hiveKeytabContentType.java.lang.String
hiveServerPrincipal()
Gets the hiveServerPrincipal.java.lang.Long
hmsThriftPort()
Gets the hmsThriftPort.java.lang.String
hmsThriftUri()
Gets the hmsThriftUri.java.lang.String
kerberos()
Gets the kerberos.java.lang.String
krb5Config()
Gets the krb5Config.CreateHdfsStorageOptions.Builder
newBuilder()
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
-
-