Uses of Class
com.adobe.testing.s3mock.testsupport.common.S3MockStarter.BaseBuilder
-
Uses of S3MockStarter.BaseBuilder in com.adobe.testing.s3mock.testsupport.common
Methods in com.adobe.testing.s3mock.testsupport.common that return S3MockStarter.BaseBuilderModifier and TypeMethodDescriptionS3MockStarter.BaseBuilder.silent()Reduces logging level WARN and suppresses the startup banner.S3MockStarter.BaseBuilder.withHttpPort(int httpPort) S3MockStarter.BaseBuilder.withHttpsPort(int httpsPort) S3MockStarter.BaseBuilder.withInitialBuckets(String... initialBuckets) S3MockStarter.BaseBuilder.withProperty(String name, String value) S3MockStarter.BaseBuilder.withRootFolder(String rootFolder) S3MockStarter.BaseBuilder.withSecureConnection(boolean secureConnection) S3MockStarter.BaseBuilder.withSslParameters(String keyStore, String keyStorePassword, String keyAlias, String keyPassword) Configures SSL parameters for the mock server.