@Stability(value=Stable) public static final class MatchCapture.Builder extends Object implements software.amazon.jsii.Builder<MatchCapture>
MatchCapture| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MatchCapture |
build()
Builds the configured instance.
|
MatchCapture.Builder |
capture(Capture capture)
Sets the value of
MatchCapture.getCapture() |
MatchCapture.Builder |
value(Object value)
Sets the value of
MatchCapture.getValue() |
@Stability(value=Stable) public MatchCapture.Builder capture(Capture capture)
MatchCapture.getCapture()capture - The instance of Capture class to which this capture is associated with. This parameter is required.this@Stability(value=Stable) public MatchCapture.Builder value(Object value)
MatchCapture.getValue()value - The value that was captured. This parameter is required.this@Stability(value=Stable) public MatchCapture build()
build in interface software.amazon.jsii.Builder<MatchCapture>MatchCaptureNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.