@Stability(value=Stable) public static final class CfnSuiteDefinitionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSuiteDefinitionProps>
CfnSuiteDefinitionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSuiteDefinitionProps |
build()
Builds the configured instance.
|
CfnSuiteDefinitionProps.Builder |
suiteDefinitionConfiguration(Object suiteDefinitionConfiguration)
Sets the value of
CfnSuiteDefinitionProps.getSuiteDefinitionConfiguration() |
CfnSuiteDefinitionProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnSuiteDefinitionProps.getTags() |
@Stability(value=Stable) public CfnSuiteDefinitionProps.Builder suiteDefinitionConfiguration(Object suiteDefinitionConfiguration)
CfnSuiteDefinitionProps.getSuiteDefinitionConfiguration()suiteDefinitionConfiguration - The configuration of the Suite Definition. Listed below are the required elements of the `SuiteDefinitionConfiguration` . This parameter is required.
This is a required element.
Type: String
Not a required element.
Type: List of devices under test
Not a required element.
Type: Boolean
This is a required element.
Type: String
This is a required element.
Type: String
this@Stability(value=Stable) public CfnSuiteDefinitionProps.Builder tags(List<? extends CfnTag> tags)
CfnSuiteDefinitionProps.getTags()tags - Metadata that can be used to manage the the Suite Definition.this@Stability(value=Stable) public CfnSuiteDefinitionProps build()
build in interface software.amazon.jsii.Builder<CfnSuiteDefinitionProps>CfnSuiteDefinitionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.