Class UpdateBucketOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.UpdateBucketOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateBucketOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateBucket options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateBucketOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccessKey()Gets the accessKey.java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.StringbucketDisplayName()Gets the bucketDisplayName.java.lang.StringbucketId()Gets the bucketId.java.lang.Stringdescription()Gets the description.UpdateBucketOptions.BuildernewBuilder()New builder.java.lang.StringsecretKey()Gets the secretKey.java.util.List<java.lang.String>tags()Gets the tags.
-
-
-
Method Detail
-
newBuilder
public UpdateBucketOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateBucketOptions builder
-
bucketId
public java.lang.String bucketId()
Gets the bucketId. Bucket ID auto generated during bucket registration.- Returns:
- the bucketId
-
accessKey
public java.lang.String accessKey()
Gets the accessKey. Access key ID, encrypted during bucket registration.- Returns:
- the accessKey
-
bucketDisplayName
public java.lang.String bucketDisplayName()
Gets the bucketDisplayName. Bucket display name.- Returns:
- the bucketDisplayName
-
description
public java.lang.String description()
Gets the description. Modified description.- Returns:
- the description
-
secretKey
public java.lang.String secretKey()
Gets the secretKey. Secret access key, encrypted during bucket registration.- Returns:
- the secretKey
-
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
-
-