@Stability(value=Stable) public static final class CfnSuiteDefinition.Builder extends Object implements software.amazon.jsii.Builder<CfnSuiteDefinition>
CfnSuiteDefinition.| Modifier and Type | Method and Description |
|---|---|
CfnSuiteDefinition |
build() |
static CfnSuiteDefinition.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSuiteDefinition.Builder |
suiteDefinitionConfiguration(Object suiteDefinitionConfiguration)
The configuration of the Suite Definition.
|
CfnSuiteDefinition.Builder |
tags(List<? extends CfnTag> tags)
Metadata that can be used to manage the the Suite Definition.
|
@Stability(value=Stable) public static CfnSuiteDefinition.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSuiteDefinition.Builder.@Stability(value=Stable) public CfnSuiteDefinition.Builder suiteDefinitionConfiguration(Object suiteDefinitionConfiguration)
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
suiteDefinitionConfiguration - The configuration of the Suite Definition. Listed below are the required elements of the `SuiteDefinitionConfiguration` . This parameter is required.this@Stability(value=Stable) public CfnSuiteDefinition.Builder tags(List<? extends CfnTag> tags)
tags - Metadata that can be used to manage the the Suite Definition. This parameter is required.this@Stability(value=Stable) public CfnSuiteDefinition build()
build in interface software.amazon.jsii.Builder<CfnSuiteDefinition>Copyright © 2022. All rights reserved.