CopyableBuilder<TestMetricFilterResponse.Builder,TestMetricFilterResponse>
, SdkBuilder<TestMetricFilterResponse.Builder,TestMetricFilterResponse>
public static interface TestMetricFilterResponse.Builder extends CopyableBuilder<TestMetricFilterResponse.Builder,TestMetricFilterResponse>
Modifier and Type | Method | Description |
---|---|---|
TestMetricFilterResponse.Builder |
matches(Collection<MetricFilterMatchRecord> matches) |
The matched events.
|
TestMetricFilterResponse.Builder |
matches(MetricFilterMatchRecord... matches) |
The matched events.
|
copy
apply, build
TestMetricFilterResponse.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 Amazon Web Services, Inc. All Rights Reserved.