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