Interface EventSourceMappingMetricsConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EventSourceMappingMetricsConfig.Builder,
,EventSourceMappingMetricsConfig> SdkBuilder<EventSourceMappingMetricsConfig.Builder,
,EventSourceMappingMetricsConfig> SdkPojo
- Enclosing class:
EventSourceMappingMetricsConfig
-
Method Summary
Modifier and TypeMethodDescriptionmetrics
(Collection<EventSourceMappingMetric> metrics) The metrics you want your event source mapping to produce.metrics
(EventSourceMappingMetric... metrics) The metrics you want your event source mapping to produce.metricsWithStrings
(String... metrics) The metrics you want your event source mapping to produce.metricsWithStrings
(Collection<String> metrics) The metrics you want your event source mapping to produce.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
metricsWithStrings
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. IncludeEventCount
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
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. IncludeEventCount
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
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. IncludeEventCount
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
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. IncludeEventCount
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.
-