public static interface GetTemplateStepResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<GetTemplateStepResponse.Builder,GetTemplateStepResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTemplateStepResponse.Builder id(String id)
The ID of the step.
id - The ID of the step.GetTemplateStepResponse.Builder stepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId - The ID of the step group.GetTemplateStepResponse.Builder templateId(String templateId)
The ID of the template.
templateId - The ID of the template.GetTemplateStepResponse.Builder name(String name)
The name of the step.
name - The name of the step.GetTemplateStepResponse.Builder description(String description)
The description of the step.
description - The description of the step.GetTemplateStepResponse.Builder stepActionType(String stepActionType)
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to
continue after the completion of the step.StepActionType,
StepActionTypeGetTemplateStepResponse.Builder stepActionType(StepActionType stepActionType)
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to
continue after the completion of the step.StepActionType,
StepActionTypeGetTemplateStepResponse.Builder creationTime(String creationTime)
The time at which the step was created.
creationTime - The time at which the step was created.GetTemplateStepResponse.Builder previous(Collection<String> previous)
The previous step.
previous - The previous step.GetTemplateStepResponse.Builder previous(String... previous)
The previous step.
previous - The previous step.GetTemplateStepResponse.Builder next(Collection<String> next)
The next step.
next - The next step.GetTemplateStepResponse.Builder next(String... next)
The next step.
next - The next step.GetTemplateStepResponse.Builder outputs(Collection<StepOutput> outputs)
The outputs of the step.
outputs - The outputs of the step.GetTemplateStepResponse.Builder outputs(StepOutput... outputs)
The outputs of the step.
outputs - The outputs of the step.GetTemplateStepResponse.Builder outputs(Consumer<StepOutput.Builder>... outputs)
The outputs of the step.
This is a convenience method that creates an instance of theStepOutput.Builder avoiding the need
to create one manually via
StepOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #outputs(List.
outputs - a consumer that will call methods on
StepOutput.Builder#outputs(java.util.Collection) GetTemplateStepResponse.Builder stepAutomationConfiguration(StepAutomationConfiguration stepAutomationConfiguration)
The custom script to run tests on source or target environments.
stepAutomationConfiguration - The custom script to run tests on source or target environments.default GetTemplateStepResponse.Builder stepAutomationConfiguration(Consumer<StepAutomationConfiguration.Builder> stepAutomationConfiguration)
The custom script to run tests on source or target environments.
This is a convenience method that creates an instance of theStepAutomationConfiguration.Builder
avoiding the need to create one manually via StepAutomationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to stepAutomationConfiguration(StepAutomationConfiguration).
stepAutomationConfiguration - a consumer that will call methods on StepAutomationConfiguration.BuilderstepAutomationConfiguration(StepAutomationConfiguration)Copyright © 2023. All rights reserved.