Class CreateBucketRegistrationOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreateBucketRegistrationOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateBucketRegistrationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createBucketRegistration options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CreateBucketRegistrationOptions.BucketType
bucket type.static class
CreateBucketRegistrationOptions.Builder
Builder.static interface
CreateBucketRegistrationOptions.ManagedBy
managed by.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BucketCatalog
associatedCatalog()
Gets the associatedCatalog.java.lang.String
authInstanceId()
Gets the authInstanceId.BucketDetails
bucketDetails()
Gets the bucketDetails.java.lang.String
bucketDisplayName()
Gets the bucketDisplayName.java.lang.String
bucketType()
Gets the bucketType.java.lang.String
description()
Gets the description.java.lang.String
managedBy()
Gets the managedBy.CreateBucketRegistrationOptions.Builder
newBuilder()
New builder.java.lang.String
region()
Gets the region.StorageDetails
storageDetails()
Gets the storageDetails.java.util.List<java.lang.String>
tags()
Gets the tags.
-
-
-
Method Detail
-
newBuilder
public CreateBucketRegistrationOptions.Builder newBuilder()
New builder.- Returns:
- a CreateBucketRegistrationOptions builder
-
bucketType
public java.lang.String bucketType()
Gets the bucketType. bucket type.- Returns:
- the bucketType
-
description
public java.lang.String description()
Gets the description. bucket description.- Returns:
- the description
-
managedBy
public java.lang.String managedBy()
Gets the managedBy. managed by.- Returns:
- the managedBy
-
associatedCatalog
public BucketCatalog associatedCatalog()
Gets the associatedCatalog. bucket catalog.- Returns:
- the associatedCatalog
-
bucketDetails
public BucketDetails bucketDetails()
Gets the bucketDetails. bucket details.- Returns:
- the bucketDetails
-
bucketDisplayName
public java.lang.String bucketDisplayName()
Gets the bucketDisplayName. bucket display name.- Returns:
- the bucketDisplayName
-
region
public java.lang.String region()
Gets the region. region where the bucket is located.- Returns:
- the region
-
storageDetails
public StorageDetails storageDetails()
Gets the storageDetails. storage details.- Returns:
- the storageDetails
-
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. Instance ID.- Returns:
- the authInstanceId
-
-