Class CfnSuiteDefinition.Builder
java.lang.Object
software.amazon.awscdk.services.iotcoredeviceadvisor.CfnSuiteDefinition.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSuiteDefinition>
- Enclosing class:
CfnSuiteDefinition
@Stability(Stable)
public static final class CfnSuiteDefinition.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSuiteDefinition>
A fluent builder for
CfnSuiteDefinition
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnSuiteDefinition.Builder
suiteDefinitionConfiguration
(Object suiteDefinitionConfiguration) The configuration of the Suite Definition.Metadata that can be used to manage the the Suite Definition.
-
Method Details
-
create
@Stability(Stable) public static CfnSuiteDefinition.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnSuiteDefinition.Builder
.
-
suiteDefinitionConfiguration
@Stability(Stable) public CfnSuiteDefinition.Builder suiteDefinitionConfiguration(Object suiteDefinitionConfiguration) The configuration of the Suite Definition. Listed below are the required elements of theSuiteDefinitionConfiguration
.- devicePermissionRoleArn - The device permission arn.
This is a required element.
Type: String
- devices - The list of configured devices under test. For more information on devices under test, see DeviceUnderTest
Not a required element.
Type: List of devices under test
- intendedForQualification - The tests intended for qualification in a suite.
Not a required element.
Type: Boolean
- rootGroup - The test suite root group. For more information on creating and using root groups see the Device Advisor workflow .
This is a required element.
Type: String
- suiteDefinitionName - The Suite Definition Configuration name.
This is a required element.
Type: String
- Parameters:
suiteDefinitionConfiguration
- The configuration of the Suite Definition. Listed below are the required elements of theSuiteDefinitionConfiguration
. This parameter is required.- Returns:
this
- See Also:
-
tags
Metadata that can be used to manage the the Suite Definition.- Parameters:
tags
- Metadata that can be used to manage the the Suite Definition. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSuiteDefinition>
- Returns:
- a newly built instance of
CfnSuiteDefinition
.
-