Uses of Interface
software.amazon.awssdk.services.migrationhuborchestrator.model.PlatformScriptKey.Builder
-
Packages that use PlatformScriptKey.Builder Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of PlatformScriptKey.Builder in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return PlatformScriptKey.Builder Modifier and Type Method Description static PlatformScriptKey.BuilderPlatformScriptKey. builder()PlatformScriptKey.BuilderPlatformScriptKey.Builder. linux(String linux)The script location for Linux.PlatformScriptKey.BuilderPlatformScriptKey. toBuilder()PlatformScriptKey.BuilderPlatformScriptKey.Builder. windows(String windows)The script location for Windows.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type PlatformScriptKey.Builder Modifier and Type Method Description static Class<? extends PlatformScriptKey.Builder>PlatformScriptKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.model with type arguments of type PlatformScriptKey.Builder Modifier and Type Method Description default StepAutomationConfiguration.BuilderStepAutomationConfiguration.Builder. scriptLocationS3Key(Consumer<PlatformScriptKey.Builder> scriptLocationS3Key)The Amazon S3 key for the script location.default WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. scriptLocationS3Key(Consumer<PlatformScriptKey.Builder> scriptLocationS3Key)The Amazon S3 key for the script location.
-