Class BucketDetails

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class BucketDetails
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Bucket Details.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BucketDetails.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 bucketName()
      Gets the bucketName.
      java.lang.String endpoint()
      Gets the endpoint.
      BucketDetails.Builder newBuilder()
      New builder.
      java.lang.String secretKey()
      Gets the secretKey.
      • 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

      • accessKey

        public java.lang.String accessKey()
        Gets the accessKey. Access key ID, encrypted during bucket registration.
        Returns:
        the accessKey
      • bucketName

        public java.lang.String bucketName()
        Gets the bucketName. Actual bucket name.
        Returns:
        the bucketName
      • endpoint

        public java.lang.String endpoint()
        Gets the endpoint. Cos endpoint.
        Returns:
        the endpoint
      • secretKey

        public java.lang.String secretKey()
        Gets the secretKey. Secret access key, encrypted during bucket registration.
        Returns:
        the secretKey