Interface EventSourceMappingMetricsConfig.Builder

    • Method Detail

      • metricsWithStrings

        EventSourceMappingMetricsConfig.Builder metricsWithStrings​(Collection<String> metrics)

        The metrics you want your event source mapping to produce. Include EventCount to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see Event source mapping metrics.

        Parameters:
        metrics - The metrics you want your event source mapping to produce. Include EventCount to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see Event source mapping metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricsWithStrings

        EventSourceMappingMetricsConfig.Builder metricsWithStrings​(String... metrics)

        The metrics you want your event source mapping to produce. Include EventCount to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see Event source mapping metrics.

        Parameters:
        metrics - The metrics you want your event source mapping to produce. Include EventCount to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see Event source mapping metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metrics

        EventSourceMappingMetricsConfig.Builder metrics​(Collection<EventSourceMappingMetric> metrics)

        The metrics you want your event source mapping to produce. Include EventCount to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see Event source mapping metrics.

        Parameters:
        metrics - The metrics you want your event source mapping to produce. Include EventCount to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see Event source mapping metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metrics

        EventSourceMappingMetricsConfig.Builder metrics​(EventSourceMappingMetric... metrics)

        The metrics you want your event source mapping to produce. Include EventCount to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see Event source mapping metrics.

        Parameters:
        metrics - The metrics you want your event source mapping to produce. Include EventCount to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see Event source mapping metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.