Interface StartSuiteRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartSuiteRunRequest.Builder,StartSuiteRunRequest>,IotDeviceAdvisorRequest.Builder,SdkBuilder<StartSuiteRunRequest.Builder,StartSuiteRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartSuiteRunRequest
public static interface StartSuiteRunRequest.Builder extends IotDeviceAdvisorRequest.Builder, SdkPojo, CopyableBuilder<StartSuiteRunRequest.Builder,StartSuiteRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartSuiteRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartSuiteRunRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartSuiteRunRequest.BuildersuiteDefinitionId(String suiteDefinitionId)Suite definition ID of the test suite.StartSuiteRunRequest.BuildersuiteDefinitionVersion(String suiteDefinitionVersion)Suite definition version of the test suite.default StartSuiteRunRequest.BuildersuiteRunConfiguration(Consumer<SuiteRunConfiguration.Builder> suiteRunConfiguration)Suite run configuration.StartSuiteRunRequest.BuildersuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)Suite run configuration.StartSuiteRunRequest.Buildertags(Map<String,String> tags)The tags to be attached to the suite run.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotdeviceadvisor.model.IotDeviceAdvisorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
suiteDefinitionId
StartSuiteRunRequest.Builder suiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite.
- Parameters:
suiteDefinitionId- Suite definition ID of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suiteDefinitionVersion
StartSuiteRunRequest.Builder suiteDefinitionVersion(String suiteDefinitionVersion)
Suite definition version of the test suite.
- Parameters:
suiteDefinitionVersion- Suite definition version of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suiteRunConfiguration
StartSuiteRunRequest.Builder suiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Suite run configuration.
- Parameters:
suiteRunConfiguration- Suite run configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suiteRunConfiguration
default StartSuiteRunRequest.Builder suiteRunConfiguration(Consumer<SuiteRunConfiguration.Builder> suiteRunConfiguration)
Suite run configuration.
This is a convenience method that creates an instance of theSuiteRunConfiguration.Builderavoiding the need to create one manually viaSuiteRunConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosuiteRunConfiguration(SuiteRunConfiguration).- Parameters:
suiteRunConfiguration- a consumer that will call methods onSuiteRunConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
suiteRunConfiguration(SuiteRunConfiguration)
-
tags
StartSuiteRunRequest.Builder tags(Map<String,String> tags)
The tags to be attached to the suite run.
- Parameters:
tags- The tags to be attached to the suite run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartSuiteRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartSuiteRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-