public class BitmovinApiBuilder<T> extends Object
Constructor and Description |
---|
BitmovinApiBuilder(Class<T> apiClientClass) |
Modifier and Type | Method and Description |
---|---|
T |
build() |
BitmovinApiBuilder<T> |
withApiKey(String apiKey) |
BitmovinApiBuilder<T> |
withBaseUrl(String baseUrl) |
BitmovinApiBuilder<T> |
withClient(feign.Client client) |
BitmovinApiBuilder<T> |
withErrorDecoder(java.util.function.Function<com.fasterxml.jackson.databind.ObjectMapper,feign.codec.ErrorDecoder> errorDecoderFactory) |
BitmovinApiBuilder<T> |
withHeaders(Map<String,Collection<String>> headers) |
BitmovinApiBuilder<T> |
withLogger(feign.Logger logger,
feign.Logger.Level logLevel) |
BitmovinApiBuilder<T> |
withTenantOrgId(String tenantOrgId) |
public BitmovinApiBuilder<T> withHeaders(Map<String,Collection<String>> headers)
public BitmovinApiBuilder<T> withApiKey(String apiKey)
public BitmovinApiBuilder<T> withTenantOrgId(String tenantOrgId)
public BitmovinApiBuilder<T> withLogger(feign.Logger logger, feign.Logger.Level logLevel)
public BitmovinApiBuilder<T> withErrorDecoder(java.util.function.Function<com.fasterxml.jackson.databind.ObjectMapper,feign.codec.ErrorDecoder> errorDecoderFactory)
public BitmovinApiBuilder<T> withBaseUrl(String baseUrl)
public BitmovinApiBuilder<T> withClient(feign.Client client)
public T build()
Copyright © 2025. All rights reserved.