| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
static PlatformScriptKey.Builder |
PlatformScriptKey.builder() |
PlatformScriptKey.Builder |
PlatformScriptKey.Builder.linux(String linux)
The script location for Linux.
|
PlatformScriptKey.Builder |
PlatformScriptKey.toBuilder() |
PlatformScriptKey.Builder |
PlatformScriptKey.Builder.windows(String windows)
The script location for Windows.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlatformScriptKey.Builder> |
PlatformScriptKey.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WorkflowStepAutomationConfiguration.Builder |
WorkflowStepAutomationConfiguration.Builder.scriptLocationS3Key(Consumer<PlatformScriptKey.Builder> scriptLocationS3Key)
The Amazon S3 key for the script location.
|
default StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.scriptLocationS3Key(Consumer<PlatformScriptKey.Builder> scriptLocationS3Key)
The Amazon S3 key for the script location.
|
Copyright © 2023. All rights reserved.