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(String runEnvironment) |
The source or target environment.
|
StepAutomationConfiguration.Builder |
StepAutomationConfiguration.Builder.runEnvironment(RunEnvironment 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() |
|