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