Class 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.
    • 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.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • 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