| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static PlatformCommand.Builder |
PlatformCommand.builder() |
PlatformCommand.Builder |
PlatformCommand.Builder.linux(String linux)
Command for Linux.
|
PlatformCommand.Builder |
PlatformCommand.toBuilder() |
PlatformCommand.Builder |
PlatformCommand.Builder.windows(String windows)
Command for Windows.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlatformCommand.Builder> |
PlatformCommand.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WorkflowStepAutomationConfiguration.Builder |
WorkflowStepAutomationConfiguration.Builder.command(Consumer<PlatformCommand.Builder> command)
The command required to run the script.
|
default StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.command(Consumer<PlatformCommand.Builder> command)
The command to run the script.
|
Copyright © 2023. All rights reserved.