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.
      java.lang.String keyFile()
      Gets the keyFile.
      BucketDetails.Builder newBuilder()
      New builder.
      java.lang.String provider()
      Gets the provider.
      java.lang.String region()
      Gets the region.
      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
      • keyFile

        public java.lang.String keyFile()
        Gets the keyFile. Key file, encrypted during bucket registration.
        Returns:
        the keyFile
      • provider

        public java.lang.String provider()
        Gets the provider. bucket provider.
        Returns:
        the provider
      • region

        public java.lang.String region()
        Gets the region. Region where the bucket is located.
        Returns:
        the region
      • secretKey

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