public static interface CreateWorkflowStepResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<CreateWorkflowStepResponse.Builder,CreateWorkflowStepResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowStepResponse.Builder |
id(String id)
The ID of the step.
|
CreateWorkflowStepResponse.Builder |
name(String name)
The name of the step.
|
CreateWorkflowStepResponse.Builder |
stepGroupId(String stepGroupId)
The ID of the step group.
|
CreateWorkflowStepResponse.Builder |
workflowId(String workflowId)
The ID of the migration workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkflowStepResponse.Builder id(String id)
The ID of the step.
id - The ID of the step.CreateWorkflowStepResponse.Builder stepGroupId(String stepGroupId)
The ID of the step group.
stepGroupId - The ID of the step group.CreateWorkflowStepResponse.Builder workflowId(String workflowId)
The ID of the migration workflow.
workflowId - The ID of the migration workflow.CreateWorkflowStepResponse.Builder name(String name)
The name of the step.
name - The name of the step.Copyright © 2023. All rights reserved.