Class RenameObject.Request

    • Method Detail

      • builder

        public static RenameObject.Request builder()
        Create a new request builder.
        Returns:
        a new request
      • newObjectName

        public RenameObject.Request newObjectName​(String objectName)
        The new name of the source object. Avoid entering confidential information. Required.
        Parameters:
        objectName - new name of the object
        Returns:
        updated request
      • newIfMatchETag

        public RenameObject.Request newIfMatchETag​(String eTag)
        The if-match entity tag (ETag) of the new object.
        Parameters:
        eTag - entity tag for the new object
        Returns:
        updated request
      • newIfNoneMatchETag

        public RenameObject.Request newIfNoneMatchETag​(String eTag)
        The if-none-match entity tag (ETag) of the new object.
        Parameters:
        eTag - entity tag
        Returns:
        updated request
      • oldIfMatchETag

        public RenameObject.Request oldIfMatchETag​(String eTag)
        The if-match entity tag (ETag) of the source object.
        Parameters:
        eTag - entity tag
        Returns:
        updated request