Class BucketRegistrationPatch

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

    public class BucketRegistrationPatch
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Update bucket parameters.
    • Method Detail

      • bucketDetails

        public BucketDetails bucketDetails()
        Gets the bucketDetails. bucket details.
        Returns:
        the bucketDetails
      • 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
      • tags

        public java.util.List<java.lang.String> tags()
        Gets the tags. Tags.
        Returns:
        the tags
      • asPatch

        public java.util.Map<java.lang.String,​java.lang.Object> asPatch()
        Construct a JSON merge-patch from the BucketRegistrationPatch. Note that properties of the BucketRegistrationPatch with null values are not represented in the constructed JSON merge-patch object, but can be explicitly set afterward to signify a property delete.
        Returns:
        a JSON merge-patch for the BucketRegistrationPatch