public static interface TestMetricFilterResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<TestMetricFilterResponse.Builder,TestMetricFilterResponse>
| Modifier and Type | Method and Description |
|---|---|
TestMetricFilterResponse.Builder |
matches(Collection<MetricFilterMatchRecord> matches)
The matched events.
|
TestMetricFilterResponse.Builder |
matches(MetricFilterMatchRecord... matches)
The matched events.
|
copyapply, buildTestMetricFilterResponse.Builder matches(Collection<MetricFilterMatchRecord> matches)
The matched events.
matches - The matched events.TestMetricFilterResponse.Builder matches(MetricFilterMatchRecord... matches)
The matched events.
NOTE: This method appends the values to the existing list (if any). Use
#setMatches(java.util.Collection) or #withMatches(java.util.Collection) if you want to
override the existing values.
matches - The matched events.Copyright © 2017. All rights reserved.