public static interface StartSuiteRunRequest.Builder extends IotDeviceAdvisorRequest.Builder, SdkPojo, CopyableBuilder<StartSuiteRunRequest.Builder,StartSuiteRunRequest>
| Modifier and Type | Method and Description |
|---|---|
StartSuiteRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartSuiteRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartSuiteRunRequest.Builder |
suiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite.
|
StartSuiteRunRequest.Builder |
suiteDefinitionVersion(String suiteDefinitionVersion)
Suite definition version of the test suite.
|
default StartSuiteRunRequest.Builder |
suiteRunConfiguration(Consumer<SuiteRunConfiguration.Builder> suiteRunConfiguration)
Suite run configuration.
|
StartSuiteRunRequest.Builder |
suiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Suite run configuration.
|
StartSuiteRunRequest.Builder |
tags(Map<String,String> tags)
The tags to be attached to the suite run.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartSuiteRunRequest.Builder suiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite.
suiteDefinitionId - Suite definition ID of the test suite.StartSuiteRunRequest.Builder suiteDefinitionVersion(String suiteDefinitionVersion)
Suite definition version of the test suite.
suiteDefinitionVersion - Suite definition version of the test suite.StartSuiteRunRequest.Builder suiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Suite run configuration.
suiteRunConfiguration - Suite run configuration.default StartSuiteRunRequest.Builder suiteRunConfiguration(Consumer<SuiteRunConfiguration.Builder> suiteRunConfiguration)
Suite run configuration.
This is a convenience method that creates an instance of theSuiteRunConfiguration.Builder avoiding
the need to create one manually via SuiteRunConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to suiteRunConfiguration(SuiteRunConfiguration).
suiteRunConfiguration - a consumer that will call methods on SuiteRunConfiguration.BuildersuiteRunConfiguration(SuiteRunConfiguration)StartSuiteRunRequest.Builder tags(Map<String,String> tags)
The tags to be attached to the suite run.
tags - The tags to be attached to the suite run.StartSuiteRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartSuiteRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.