@Stability(value=Experimental) public static final class IntegTestProps.Builder extends Object implements software.amazon.jsii.Builder<IntegTestProps>
IntegTestProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IntegTestProps |
build()
Builds the configured instance.
|
IntegTestProps.Builder |
testCases(List<? extends IntegTestCase> testCases)
Sets the value of
IntegTestProps.getTestCases() |
@Stability(value=Experimental) public IntegTestProps.Builder testCases(List<? extends IntegTestCase> testCases)
IntegTestProps.getTestCases()testCases - List of test cases that make up this test. This parameter is required.this@Stability(value=Experimental) public IntegTestProps build()
build in interface software.amazon.jsii.Builder<IntegTestProps>IntegTestPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.