public static interface SuiteDefinitionConfiguration.Builder extends SdkPojo, CopyableBuilder<SuiteDefinitionConfiguration.Builder,SuiteDefinitionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SuiteDefinitionConfiguration.Builder |
devicePermissionRoleArn(String devicePermissionRoleArn)
Gets the device permission ARN.
|
SuiteDefinitionConfiguration.Builder |
devices(Collection<DeviceUnderTest> devices)
Gets the devices configured.
|
SuiteDefinitionConfiguration.Builder |
devices(Consumer<DeviceUnderTest.Builder>... devices)
Gets the devices configured.
|
SuiteDefinitionConfiguration.Builder |
devices(DeviceUnderTest... devices)
Gets the devices configured.
|
SuiteDefinitionConfiguration.Builder |
intendedForQualification(Boolean intendedForQualification)
Gets the tests intended for qualification in a suite.
|
SuiteDefinitionConfiguration.Builder |
isLongDurationTest(Boolean isLongDurationTest)
Verifies if the test suite is a long duration test.
|
SuiteDefinitionConfiguration.Builder |
protocol(Protocol protocol)
Gets the MQTT protocol that is configured in the suite definition.
|
SuiteDefinitionConfiguration.Builder |
protocol(String protocol)
Gets the MQTT protocol that is configured in the suite definition.
|
SuiteDefinitionConfiguration.Builder |
rootGroup(String rootGroup)
Gets test suite root group.
|
SuiteDefinitionConfiguration.Builder |
suiteDefinitionName(String suiteDefinitionName)
Gets Suite Definition Configuration name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuiteDefinitionConfiguration.Builder suiteDefinitionName(String suiteDefinitionName)
Gets Suite Definition Configuration name.
suiteDefinitionName - Gets Suite Definition Configuration name.SuiteDefinitionConfiguration.Builder devices(Collection<DeviceUnderTest> devices)
Gets the devices configured.
devices - Gets the devices configured.SuiteDefinitionConfiguration.Builder devices(DeviceUnderTest... devices)
Gets the devices configured.
devices - Gets the devices configured.SuiteDefinitionConfiguration.Builder devices(Consumer<DeviceUnderTest.Builder>... devices)
Gets the devices configured.
This is a convenience method that creates an instance of theDeviceUnderTest.Builder avoiding the need to
create one manually via
DeviceUnderTest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #devices(List.
devices - a consumer that will call methods on
DeviceUnderTest.Builder#devices(java.util.Collection) SuiteDefinitionConfiguration.Builder intendedForQualification(Boolean intendedForQualification)
Gets the tests intended for qualification in a suite.
intendedForQualification - Gets the tests intended for qualification in a suite.SuiteDefinitionConfiguration.Builder isLongDurationTest(Boolean isLongDurationTest)
Verifies if the test suite is a long duration test.
isLongDurationTest - Verifies if the test suite is a long duration test.SuiteDefinitionConfiguration.Builder rootGroup(String rootGroup)
Gets test suite root group.
rootGroup - Gets test suite root group.SuiteDefinitionConfiguration.Builder devicePermissionRoleArn(String devicePermissionRoleArn)
Gets the device permission ARN.
devicePermissionRoleArn - Gets the device permission ARN.SuiteDefinitionConfiguration.Builder protocol(String protocol)
Gets the MQTT protocol that is configured in the suite definition.
SuiteDefinitionConfiguration.Builder protocol(Protocol protocol)
Gets the MQTT protocol that is configured in the suite definition.
Copyright © 2022. All rights reserved.