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 under test for the test suite.
|
SuiteDefinitionInformation.Builder |
defaultDevices(Consumer<DeviceUnderTest.Builder>... defaultDevices)
Specifies the devices under test for the test suite.
|
SuiteDefinitionInformation.Builder |
defaultDevices(DeviceUnderTest... defaultDevices)
Specifies the devices under test for the test suite.
|
SuiteDefinitionInformation.Builder |
intendedForQualification(Boolean intendedForQualification)
Specifies if the test suite is intended for qualification.
|
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 under test for the test suite.
defaultDevices - Specifies the devices under test for the test suite.SuiteDefinitionInformation.Builder defaultDevices(DeviceUnderTest... defaultDevices)
Specifies the devices under test for the test suite.
defaultDevices - Specifies the devices under test for the test suite.SuiteDefinitionInformation.Builder defaultDevices(Consumer<DeviceUnderTest.Builder>... defaultDevices)
Specifies the devices under test for the test suite.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #defaultDevices(List) .defaultDevices - a consumer that will call methods on List.Builder #defaultDevices(List) 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 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 © 2021. All rights reserved.