public static interface SuiteDefinitionInformation.Builder extends SdkPojo, CopyableBuilder<SuiteDefinitionInformation.Builder,SuiteDefinitionInformation>
| Modifier and Type | Method and Description |
|---|---|
SuiteDefinitionInformation.Builder |
createdAt(Instant createdAt)
Date (in Unix epoch time) when the test suite was created.
|
SuiteDefinitionInformation.Builder |
defaultDevices(Collection<DeviceUnderTest> defaultDevices)
Specifies the devices that are under test for the test suite.
|
SuiteDefinitionInformation.Builder |
defaultDevices(Consumer<DeviceUnderTest.Builder>... defaultDevices)
Specifies the devices that are under test for the test suite.
|
SuiteDefinitionInformation.Builder |
defaultDevices(DeviceUnderTest... defaultDevices)
Specifies the devices that are under test for the test suite.
|
SuiteDefinitionInformation.Builder |
intendedForQualification(Boolean intendedForQualification)
Specifies if the test suite is intended for qualification.
|
SuiteDefinitionInformation.Builder |
isLongDurationTest(Boolean isLongDurationTest)
Verifies if the test suite is a long duration test.
|
SuiteDefinitionInformation.Builder |
protocol(Protocol protocol)
Gets the MQTT protocol that is configured in the suite definition.
|
SuiteDefinitionInformation.Builder |
protocol(String protocol)
Gets the MQTT protocol that is configured in the suite definition.
|
SuiteDefinitionInformation.Builder |
suiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite.
|
SuiteDefinitionInformation.Builder |
suiteDefinitionName(String suiteDefinitionName)
Suite name of the test suite.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuiteDefinitionInformation.Builder suiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite.
suiteDefinitionId - Suite definition ID of the test suite.SuiteDefinitionInformation.Builder suiteDefinitionName(String suiteDefinitionName)
Suite name of the test suite.
suiteDefinitionName - Suite name of the test suite.SuiteDefinitionInformation.Builder defaultDevices(Collection<DeviceUnderTest> defaultDevices)
Specifies the devices that are under test for the test suite.
defaultDevices - Specifies the devices that are under test for the test suite.SuiteDefinitionInformation.Builder defaultDevices(DeviceUnderTest... defaultDevices)
Specifies the devices that are under test for the test suite.
defaultDevices - Specifies the devices that are under test for the test suite.SuiteDefinitionInformation.Builder defaultDevices(Consumer<DeviceUnderTest.Builder>... defaultDevices)
Specifies the devices that are under test for the test suite.
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 #defaultDevices(List.
defaultDevices - a consumer that will call methods on
DeviceUnderTest.Builder#defaultDevices(java.util.Collection) SuiteDefinitionInformation.Builder intendedForQualification(Boolean intendedForQualification)
Specifies if the test suite is intended for qualification.
intendedForQualification - Specifies if the test suite is intended for qualification.SuiteDefinitionInformation.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.SuiteDefinitionInformation.Builder protocol(String protocol)
Gets the MQTT protocol that is configured in the suite definition.
SuiteDefinitionInformation.Builder protocol(Protocol protocol)
Gets the MQTT protocol that is configured in the suite definition.
SuiteDefinitionInformation.Builder createdAt(Instant createdAt)
Date (in Unix epoch time) when the test suite was created.
createdAt - Date (in Unix epoch time) when the test suite was created.Copyright © 2023. All rights reserved.