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.GenericModelstorage details. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStorageDetails.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccessKey()Gets the accessKey.java.lang.StringapplicationId()Gets the applicationId.java.lang.StringauthMode()Gets the authMode.java.lang.StringcontainerName()Gets the containerName.java.lang.StringdirectoryId()Gets the directoryId.java.lang.Stringendpoint()Gets the endpoint.StorageDetails.BuildernewBuilder()New builder.java.lang.StringsasToken()Gets the sasToken.java.lang.StringsecretKey()Gets the secretKey.java.lang.StringstorageAccountName()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
 
 
 - 
 
 -