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.GenericModel
The updateBucket options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateBucketOptions.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
authInstanceId()
Gets the authInstanceId.java.lang.String
bucketDisplayName()
Gets the bucketDisplayName.java.lang.String
bucketId()
Gets the bucketId.java.lang.String
description()
Gets the description.UpdateBucketOptions.Builder
newBuilder()
New builder.java.lang.String
secretKey()
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
-
-