Interface S3Bundle.FinalBuilder<C extends io.dropwizard.Configuration>

    • Method Detail

      • withOpenTelemetry

        S3Bundle.FinalBuilder<C> withOpenTelemetry​(io.opentelemetry.api.OpenTelemetry openTelemetry)
        Specifies a custom telemetry instance to use. If no instance is specified, the GlobalOpenTelemetry is used.
        Parameters:
        openTelemetry - The telemetry instance to use
        Returns:
        the same builder
      • build

        S3Bundle<C> build()
        Builds the S3 bundle
        Returns:
        S3 bundle