Class CfnSuiteDefinitionProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSuiteDefinitionProps>
- Enclosing interface:
- CfnSuiteDefinitionProps
CfnSuiteDefinitionProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.suiteDefinitionConfiguration(Object suiteDefinitionConfiguration) Sets the value ofCfnSuiteDefinitionProps.getSuiteDefinitionConfiguration()Sets the value ofCfnSuiteDefinitionProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
suiteDefinitionConfiguration
@Stability(Stable) public CfnSuiteDefinitionProps.Builder suiteDefinitionConfiguration(Object suiteDefinitionConfiguration) Sets the value ofCfnSuiteDefinitionProps.getSuiteDefinitionConfiguration()- Parameters:
suiteDefinitionConfiguration- The configuration of the Suite Definition. Listed below are the required elements of theSuiteDefinitionConfiguration. This parameter is required.- 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
- Returns:
this
-
tags
Sets the value ofCfnSuiteDefinitionProps.getTags()- Parameters:
tags- Metadata that can be used to manage the the Suite Definition.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSuiteDefinitionProps>- Returns:
- a new instance of
CfnSuiteDefinitionProps - Throws:
NullPointerException- if any required attribute was not provided
-