Class TracingConfigurationCoordinates.Builder

    • Constructor Detail

      • Builder

        public Builder​(Scope scope)
        Constructor.
        Parameters:
        scope - Mandatory scope attribute.
        Throws:
        IllegalArgumentException - if null scope is specified.
    • Method Detail

      • withLabel

        @NotNull
        public @NotNull TracingConfigurationCoordinates.Builder withLabel​(@Nullable
                                                                          @Nullable String lb)
        Builder method that allows to set optional label attribute.
        Parameters:
        lb - Label of traced operation. It's an optional attribute.
        Returns:
        Current TracingConfigurationCoordinates instance.