public static final class S3ProxyRule.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
S3ProxyRule |
build() |
S3ProxyRule.Builder |
ignoreUnknownHeaders() |
S3ProxyRule.Builder |
withBlobStoreProvider(String blobStoreProvider) |
S3ProxyRule.Builder |
withCredentials(AuthenticationType authType,
String accessKey,
String secretKey) |
S3ProxyRule.Builder |
withCredentials(String accessKey,
String secretKey) |
S3ProxyRule.Builder |
withPort(int port) |
S3ProxyRule.Builder |
withSecretStore(String path,
String password) |
public S3ProxyRule.Builder withCredentials(AuthenticationType authType, String accessKey, String secretKey)
public S3ProxyRule.Builder withCredentials(String accessKey, String secretKey)
public S3ProxyRule.Builder withSecretStore(String path, String password)
public S3ProxyRule.Builder withPort(int port)
public S3ProxyRule.Builder withBlobStoreProvider(String blobStoreProvider)
public S3ProxyRule.Builder ignoreUnknownHeaders()
public S3ProxyRule build()
Copyright © 2019. All rights reserved.