Uses of Interface
software.amazon.awssdk.services.migrationhuborchestrator.model.PlatformCommand.Builder
-
Packages that use PlatformCommand.Builder Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of PlatformCommand.Builder in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return PlatformCommand.Builder Modifier and Type Method Description static PlatformCommand.BuilderPlatformCommand. builder()PlatformCommand.BuilderPlatformCommand.Builder. linux(String linux)Command for Linux.PlatformCommand.BuilderPlatformCommand. toBuilder()PlatformCommand.BuilderPlatformCommand.Builder. windows(String windows)Command for Windows.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type PlatformCommand.Builder Modifier and Type Method Description static Class<? extends PlatformCommand.Builder>PlatformCommand. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type PlatformCommand.Builder Modifier and Type Method Description default StepAutomationConfiguration.BuilderStepAutomationConfiguration.Builder. command(Consumer<PlatformCommand.Builder> command)The command to run the script.default WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. command(Consumer<PlatformCommand.Builder> command)The command required to run the script.
-