| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static StepAutomationConfiguration.Builder |
StepAutomationConfiguration.builder() |
default StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.command(Consumer<PlatformCommand.Builder> command)
The command to run the script.
|
StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.command(PlatformCommand command)
The command to run the script.
|
StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.runEnvironment(RunEnvironment runEnvironment)
The source or target environment.
|
StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.runEnvironment(String runEnvironment)
The source or target environment.
|
StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.scriptLocationS3Bucket(String scriptLocationS3Bucket)
The Amazon S3 bucket where the script is located.
|
default StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.scriptLocationS3Key(Consumer<PlatformScriptKey.Builder> scriptLocationS3Key)
The Amazon S3 key for the script location.
|
StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.scriptLocationS3Key(PlatformScriptKey scriptLocationS3Key)
The Amazon S3 key for the script location.
|
StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.targetType(String targetType)
The servers on which to run the script.
|
StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.targetType(TargetType targetType)
The servers on which to run the script.
|
StepAutomationConfiguration.Builder |
StepAutomationConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StepAutomationConfiguration.Builder> |
StepAutomationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.stepAutomationConfiguration(Consumer<StepAutomationConfiguration.Builder> stepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
Copyright © 2023. All rights reserved.