类 BvwClientConfiguration
- java.lang.Object
-
- com.baidubce.BceClientConfiguration
-
- com.baidubce.services.bvw.BvwClientConfiguration
-
public class BvwClientConfiguration extends BceClientConfiguration
Extended client configuration for bvw service.
-
-
构造器概要
构造器 构造器 说明 BvwClientConfiguration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BvwClientConfigurationwithCredentials(DefaultBceCredentials credentials)Set bvw credentials.BvwClientConfigurationwithEndpoint(String endpoint)Set bvw endpoint.-
从类继承的方法 com.baidubce.BceClientConfiguration
getConnectionTimeoutInMillis, getCredentials, getEndpoint, getLocalAddress, getMaxConnections, getProtocol, getProxyDomain, getProxyHost, getProxyPassword, getProxyPort, getProxyUsername, getProxyWorkstation, getRegion, getRetryPolicy, getSocketBufferSizeInBytes, getSocketTimeoutInMillis, getUserAgent, isProxyPreemptiveAuthenticationEnabled, isRedirectsEnabled, setConnectionTimeoutInMillis, setCredentials, setEndpoint, setLocalAddress, setMaxConnections, setProtocol, setProxyDomain, setProxyHost, setProxyPassword, setProxyPort, setProxyPreemptiveAuthenticationEnabled, setProxyUsername, setProxyWorkstation, setRedirectsEnabled, setRegion, setRetryPolicy, setSocketBufferSizeInBytes, setSocketTimeoutInMillis, setUserAgent, toString, withConnectionTimeoutInMillis, withCredentials, withLocalAddress, withMaxConnections, withProtocol, withProxyDomain, withProxyHost, withProxyPassword, withProxyPort, withProxyPreemptiveAuthenticationEnabled, withProxyUsername, withProxyWorkstation, withRedirectsEnabled, withRegion, withRetryPolicy, withSocketBufferSizeInBytes, withSocketTimeoutInMillis, withUserAgent
-
-
-
-
方法详细资料
-
withCredentials
public BvwClientConfiguration withCredentials(DefaultBceCredentials credentials)
Set bvw credentials.- 参数:
credentials- The default credentials- 返回:
- A BvwClientConfiguration instance.
-
withEndpoint
public BvwClientConfiguration withEndpoint(String endpoint)
Set bvw endpoint.- 覆盖:
withEndpoint在类中BceClientConfiguration- 参数:
endpoint- The service endpoint URL to which the client will connect.- 返回:
- A BvwClientConfiguration instance.
-
-