Interface S3Bundle.InitialBuilder

  • All Known Implementing Classes:
    S3Bundle.Builder
    Enclosing class:
    S3Bundle<C extends io.dropwizard.Configuration>

    public static interface S3Bundle.InitialBuilder
    • 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