Class StorageDetails
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.StorageDetails
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class StorageDetails extends com.ibm.cloud.sdk.core.service.model.GenericModel
storage details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StorageDetails.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
accessKey()
Gets the accessKey.java.lang.String
applicationId()
Gets the applicationId.java.lang.String
authMode()
Gets the authMode.java.lang.String
containerName()
Gets the containerName.java.lang.String
directoryId()
Gets the directoryId.java.lang.String
endpoint()
Gets the endpoint.StorageDetails.Builder
newBuilder()
New builder.java.lang.String
sasToken()
Gets the sasToken.java.lang.String
secretKey()
Gets the secretKey.java.lang.String
storageAccountName()
Gets the storageAccountName.
-
-
-
Method Detail
-
newBuilder
public StorageDetails.Builder newBuilder()
New builder.- Returns:
- a StorageDetails builder
-
accessKey
public java.lang.String accessKey()
Gets the accessKey. Access key ID, encrypted during bucket registration.- Returns:
- the accessKey
-
applicationId
public java.lang.String applicationId()
Gets the applicationId. Application Id for bucket registration.- Returns:
- the applicationId
-
authMode
public java.lang.String authMode()
Gets the authMode. Auth mode types.- Returns:
- the authMode
-
containerName
public java.lang.String containerName()
Gets the containerName. actual container name.- Returns:
- the containerName
-
directoryId
public java.lang.String directoryId()
Gets the directoryId. Directory Id for bucket registration.- Returns:
- the directoryId
-
endpoint
public java.lang.String endpoint()
Gets the endpoint. ADLS endpoint.- Returns:
- the endpoint
-
sasToken
public java.lang.String sasToken()
Gets the sasToken. sas token, encrypted during bucket registration.- Returns:
- the sasToken
-
secretKey
public java.lang.String secretKey()
Gets the secretKey. Secret access key, encrypted during bucket registration.- Returns:
- the secretKey
-
storageAccountName
public java.lang.String storageAccountName()
Gets the storageAccountName. actual storage name.- Returns:
- the storageAccountName
-
-