@Stability(value=Experimental) public static final class AssertionResult.Builder extends Object implements software.amazon.jsii.Builder<AssertionResult>
AssertionResult| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AssertionResult |
build()
Builds the configured instance.
|
AssertionResult.Builder |
data(String data)
Sets the value of
AssertionResult.getData() |
AssertionResult.Builder |
failed(Boolean failed)
Sets the value of
AssertionResult.getFailed() |
@Stability(value=Experimental) public AssertionResult.Builder data(String data)
AssertionResult.getData()data - The result of an assertion. This parameter is required.this@Stability(value=Experimental) public AssertionResult.Builder failed(Boolean failed)
AssertionResult.getFailed()failed - Whether or not the assertion failed.this@Stability(value=Experimental) public AssertionResult build()
build in interface software.amazon.jsii.Builder<AssertionResult>AssertionResultNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.