public static class GoogleCloudStorageOptions.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
public GoogleCloudStorageOptions.Builder setAutoRepairImplicitDirectoriesEnabled(boolean autoRepairImplicitDirectoriesEnabled)
public GoogleCloudStorageOptions.Builder setInferImplicitDirectoriesEnabled(boolean inferImplicitDirectoriesEnabled)
@Deprecated public GoogleCloudStorageOptions.Builder setListDirectoryObjects(boolean listDirectoryObjects)
public GoogleCloudStorageOptions.Builder setProjectId(java.lang.String projectId)
public GoogleCloudStorageOptions.Builder setAppName(java.lang.String appName)
public GoogleCloudStorageOptions.Builder setMaxListItemsPerCall(long maxListItemsPerCall)
public GoogleCloudStorageOptions.Builder setMaxRequestsPerBatch(long maxRequestsPerBatch)
public GoogleCloudStorageOptions.Builder setMaxHttpRequestRetries(int maxHttpRequestRetries)
public GoogleCloudStorageOptions.Builder setHttpRequestConnectTimeout(int httpRequestConnectTimeout)
public GoogleCloudStorageOptions.Builder setHttpRequestReadTimeout(int httpRequestReadTimeout)
public GoogleCloudStorageOptions.Builder setCreateMarkerObjects(boolean createMarkerObjects)
public GoogleCloudStorageOptions.Builder setTransportType(HttpTransportFactory.HttpTransportType transportType)
public GoogleCloudStorageOptions.Builder setProxyAddress(java.lang.String proxyAddress)
public GoogleCloudStorageOptions.Builder setWriteChannelOptionsBuilder(AsyncWriteChannelOptions.Builder builder)
public AsyncWriteChannelOptions.Builder getWriteChannelOptionsBuilder()
public GoogleCloudStorageOptions.Builder setMaxWaitMillisForEmptyObjectCreation(int maxWaitMillisForEmptyObjectCreation)
public GoogleCloudStorageOptions.Builder setRequesterPaysOptions(RequesterPaysOptions requesterPaysOptions)
public GoogleCloudStorageOptions.Builder setCopyWithRewriteEnabled(boolean copyWithRewriteEnabled)
public GoogleCloudStorageOptions build()
Copyright © 2018. All rights reserved.