All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.tos.internal.RequestOptionsBuilder Maven / Gradle / Ivy

The newest version!
package com.volcengine.tos.internal;

public interface RequestOptionsBuilder {
    /**
     * properties setting for building a Tos Request
     *
     * @param builder RequestBuilder
     */
    void withOption(RequestBuilder builder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy