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.BuildersuiteDefinitionConfiguration(Object suiteDefinitionConfiguration) The configuration of the Suite Definition.Metadata that can be used to manage the the Suite Definition.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- 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
-
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
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSuiteDefinition>- Returns:
- a newly built instance of
CfnSuiteDefinition.
-