Package org.sdase.commons.server.s3
Interface S3Bundle.InitialBuilder
-
- All Known Implementing Classes:
S3Bundle.Builder
public static interface S3Bundle.InitialBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <C extends io.dropwizard.Configuration>
S3Bundle.S3HealthCheckBuilder<C>withConfigurationProvider(@NotNull S3ConfigurationProvider<C> configurationProvider)
-
-
-
Method Detail
-
withConfigurationProvider
<C extends io.dropwizard.Configuration> S3Bundle.S3HealthCheckBuilder<C> withConfigurationProvider(@NotNull @NotNull S3ConfigurationProvider<C> configurationProvider)
- Type Parameters:
C
- the type of the applications configuration class- Parameters:
configurationProvider
- the method reference that provides the @S3Configuration
from the applications configurations class- Returns:
- the same builder
-
-