public abstract static class S3MockStarter.BaseBuilder<T extends S3MockStarter> extends Object
| Constructor and Description |
|---|
BaseBuilder() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
build()
Creates the instance.
|
S3MockStarter.BaseBuilder<T> |
silent()
Reduces logging level WARN and suppresses the startup banner.
|
S3MockStarter.BaseBuilder<T> |
withHttpPort(int httpPort) |
S3MockStarter.BaseBuilder<T> |
withHttpsPort(int httpsPort) |
S3MockStarter.BaseBuilder<T> |
withInitialBuckets(String... initialBuckets) |
S3MockStarter.BaseBuilder<T> |
withRootFolder(String rootFolder) |
S3MockStarter.BaseBuilder<T> |
withSecureConnection(boolean secureConnection) |
public S3MockStarter.BaseBuilder<T> withInitialBuckets(String... initialBuckets)
public S3MockStarter.BaseBuilder<T> withHttpsPort(int httpsPort)
public S3MockStarter.BaseBuilder<T> withHttpPort(int httpPort)
public S3MockStarter.BaseBuilder<T> withRootFolder(String rootFolder)
public S3MockStarter.BaseBuilder<T> withSecureConnection(boolean secureConnection)
public S3MockStarter.BaseBuilder<T> silent()
public abstract T build()
Copyright © 2019 Adobe. All rights reserved.