Class CreateStorageRegistrationOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.CreateStorageRegistrationOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateStorageRegistrationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createStorageRegistration options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateStorageRegistrationOptions.BuilderBuilder.static interfaceCreateStorageRegistrationOptions.ManagedBymanaged by.static interfaceCreateStorageRegistrationOptions.StorageUsebucket use to define whether the bucket is for query monitoring or acl.static interfaceCreateStorageRegistrationOptions.Typestorage type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageCatalogPrototypeassociatedCatalog()Gets the associatedCatalog.java.lang.StringauthInstanceId()Gets the authInstanceId.StorageDetailsconnection()Gets the connection.java.lang.Stringdescription()Gets the description.java.lang.StringdisplayName()Gets the displayName.java.lang.StringmanagedBy()Gets the managedBy.CreateStorageRegistrationOptions.BuildernewBuilder()New builder.java.lang.Stringregion()Gets the region.java.lang.StringstorageUse()Gets the storageUse.java.util.List<java.lang.String>tags()Gets the tags.java.lang.Stringtype()Gets the type.
-
-
-
Method Detail
-
newBuilder
public CreateStorageRegistrationOptions.Builder newBuilder()
New builder.- Returns:
- a CreateStorageRegistrationOptions builder
-
description
public java.lang.String description()
Gets the description. storage description.- Returns:
- the description
-
displayName
public java.lang.String displayName()
Gets the displayName. Storage display name.- Returns:
- the displayName
-
managedBy
public java.lang.String managedBy()
Gets the managedBy. managed by.- Returns:
- the managedBy
-
type
public java.lang.String type()
Gets the type. storage type.- Returns:
- the type
-
associatedCatalog
public StorageCatalogPrototype associatedCatalog()
Gets the associatedCatalog. storage catalog.- Returns:
- the associatedCatalog
-
connection
public StorageDetails connection()
Gets the connection. storage details.- Returns:
- the connection
-
region
public java.lang.String region()
Gets the region. Region where the storage is located.- Returns:
- the region
-
storageUse
public java.lang.String storageUse()
Gets the storageUse. bucket use to define whether the bucket is for query monitoring or acl.- Returns:
- the storageUse
-
tags
public java.util.List<java.lang.String> tags()
Gets the tags. tags.- Returns:
- the tags
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
- the authInstanceId
-
-