Uses of Interface
software.amazon.awssdk.services.migrationhuborchestrator.model.WorkflowStepAutomationConfiguration.Builder
-
Packages that use WorkflowStepAutomationConfiguration.Builder Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of WorkflowStepAutomationConfiguration.Builder in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return WorkflowStepAutomationConfiguration.Builder Modifier and Type Method Description static WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration. builder()default WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. command(Consumer<PlatformCommand.Builder> command)The command required to run the script.WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. command(PlatformCommand command)The command required to run the script.WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. runEnvironment(String runEnvironment)The source or target environment.WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. runEnvironment(RunEnvironment runEnvironment)The source or target environment.WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. scriptLocationS3Bucket(String scriptLocationS3Bucket)The Amazon S3 bucket where the script is located.default WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. scriptLocationS3Key(Consumer<PlatformScriptKey.Builder> scriptLocationS3Key)The Amazon S3 key for the script location.WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. scriptLocationS3Key(PlatformScriptKey scriptLocationS3Key)The Amazon S3 key for the script location.WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. targetType(String targetType)The servers on which to run the script.WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. targetType(TargetType targetType)The servers on which to run the script.WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type WorkflowStepAutomationConfiguration.Builder Modifier and Type Method Description static Class<? extends WorkflowStepAutomationConfiguration.Builder>WorkflowStepAutomationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type WorkflowStepAutomationConfiguration.Builder Modifier and Type Method Description default CreateWorkflowStepRequest.BuilderCreateWorkflowStepRequest.Builder. workflowStepAutomationConfiguration(Consumer<WorkflowStepAutomationConfiguration.Builder> workflowStepAutomationConfiguration)The custom script to run tests on source or target environments.default GetWorkflowStepResponse.BuilderGetWorkflowStepResponse.Builder. workflowStepAutomationConfiguration(Consumer<WorkflowStepAutomationConfiguration.Builder> workflowStepAutomationConfiguration)The custom script to run tests on source or target environments.default UpdateWorkflowStepRequest.BuilderUpdateWorkflowStepRequest.Builder. workflowStepAutomationConfiguration(Consumer<WorkflowStepAutomationConfiguration.Builder> workflowStepAutomationConfiguration)The custom script to run tests on the source and target environments.
-