public static interface WorkflowStepAutomationConfiguration.Builder extends SdkPojo, CopyableBuilder<WorkflowStepAutomationConfiguration.Builder,WorkflowStepAutomationConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowStepAutomationConfiguration.Builder scriptLocationS3Bucket(String scriptLocationS3Bucket)
The Amazon S3 bucket where the script is located.
scriptLocationS3Bucket - The Amazon S3 bucket where the script is located.WorkflowStepAutomationConfiguration.Builder scriptLocationS3Key(PlatformScriptKey scriptLocationS3Key)
The Amazon S3 key for the script location.
scriptLocationS3Key - The Amazon S3 key for the script location.default WorkflowStepAutomationConfiguration.Builder scriptLocationS3Key(Consumer<PlatformScriptKey.Builder> scriptLocationS3Key)
The Amazon S3 key for the script location.
This is a convenience method that creates an instance of thePlatformScriptKey.Builder avoiding the
need to create one manually via PlatformScriptKey.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to scriptLocationS3Key(PlatformScriptKey).
scriptLocationS3Key - a consumer that will call methods on PlatformScriptKey.BuilderscriptLocationS3Key(PlatformScriptKey)WorkflowStepAutomationConfiguration.Builder command(PlatformCommand command)
The command required to run the script.
command - The command required to run the script.default WorkflowStepAutomationConfiguration.Builder command(Consumer<PlatformCommand.Builder> command)
The command required to run the script.
This is a convenience method that creates an instance of thePlatformCommand.Builder avoiding the
need to create one manually via PlatformCommand.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to command(PlatformCommand).
command - a consumer that will call methods on PlatformCommand.Buildercommand(PlatformCommand)WorkflowStepAutomationConfiguration.Builder runEnvironment(String runEnvironment)
The source or target environment.
runEnvironment - The source or target environment.RunEnvironment,
RunEnvironmentWorkflowStepAutomationConfiguration.Builder runEnvironment(RunEnvironment runEnvironment)
The source or target environment.
runEnvironment - The source or target environment.RunEnvironment,
RunEnvironmentWorkflowStepAutomationConfiguration.Builder targetType(String targetType)
The servers on which to run the script.
targetType - The servers on which to run the script.TargetType,
TargetTypeWorkflowStepAutomationConfiguration.Builder targetType(TargetType targetType)
The servers on which to run the script.
targetType - The servers on which to run the script.TargetType,
TargetTypeCopyright © 2023. All rights reserved.