Interface UpdateWorkflowResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateWorkflowResponse.Builder,UpdateWorkflowResponse>,MigrationHubOrchestratorResponse.Builder,SdkBuilder<UpdateWorkflowResponse.Builder,UpdateWorkflowResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateWorkflowResponse
public static interface UpdateWorkflowResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<UpdateWorkflowResponse.Builder,UpdateWorkflowResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateWorkflowResponse.BuilderadsApplicationConfigurationId(String adsApplicationConfigurationId)The ID of the application configured in Application Discovery Service.UpdateWorkflowResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the migration workflow.UpdateWorkflowResponse.BuildercreationTime(Instant creationTime)The time at which the migration workflow was created.UpdateWorkflowResponse.Builderdescription(String description)The description of the migration workflow.UpdateWorkflowResponse.Builderid(String id)The ID of the migration workflow.UpdateWorkflowResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The time at which the migration workflow was last modified.UpdateWorkflowResponse.Buildername(String name)The name of the migration workflow.UpdateWorkflowResponse.Builderstatus(String status)The status of the migration workflow.UpdateWorkflowResponse.Builderstatus(MigrationWorkflowStatusEnum status)The status of the migration workflow.UpdateWorkflowResponse.BuilderstepTargets(String... stepTargets)The servers on which a step will be run.UpdateWorkflowResponse.BuilderstepTargets(Collection<String> stepTargets)The servers on which a step will be run.UpdateWorkflowResponse.Buildertags(Map<String,String> tags)The tags added to the migration workflow.UpdateWorkflowResponse.BuildertemplateId(String templateId)The ID of the template.UpdateWorkflowResponse.BuilderworkflowInputs(Map<String,StepInput> workflowInputs)The inputs required to update a migration workflow.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
UpdateWorkflowResponse.Builder id(String id)
The ID of the migration workflow.
- Parameters:
id- The ID of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
UpdateWorkflowResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
- Parameters:
arn- The Amazon Resource Name (ARN) of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateWorkflowResponse.Builder name(String name)
The name of the migration workflow.
- Parameters:
name- The name of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateWorkflowResponse.Builder description(String description)
The description of the migration workflow.
- Parameters:
description- The description of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
UpdateWorkflowResponse.Builder templateId(String templateId)
The ID of the template.
- Parameters:
templateId- The ID of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adsApplicationConfigurationId
UpdateWorkflowResponse.Builder adsApplicationConfigurationId(String adsApplicationConfigurationId)
The ID of the application configured in Application Discovery Service.
- Parameters:
adsApplicationConfigurationId- The ID of the application configured in Application Discovery Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowInputs
UpdateWorkflowResponse.Builder workflowInputs(Map<String,StepInput> workflowInputs)
The inputs required to update a migration workflow.
- Parameters:
workflowInputs- The inputs required to update a migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepTargets
UpdateWorkflowResponse.Builder stepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
- Parameters:
stepTargets- The servers on which a step will be run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepTargets
UpdateWorkflowResponse.Builder stepTargets(String... stepTargets)
The servers on which a step will be run.
- Parameters:
stepTargets- The servers on which a step will be run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateWorkflowResponse.Builder status(String status)
The status of the migration workflow.
- Parameters:
status- The status of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MigrationWorkflowStatusEnum,MigrationWorkflowStatusEnum
-
status
UpdateWorkflowResponse.Builder status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
- Parameters:
status- The status of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MigrationWorkflowStatusEnum,MigrationWorkflowStatusEnum
-
creationTime
UpdateWorkflowResponse.Builder creationTime(Instant creationTime)
The time at which the migration workflow was created.
- Parameters:
creationTime- The time at which the migration workflow was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
UpdateWorkflowResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time at which the migration workflow was last modified.
- Parameters:
lastModifiedTime- The time at which the migration workflow was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UpdateWorkflowResponse.Builder tags(Map<String,String> tags)
The tags added to the migration workflow.
- Parameters:
tags- The tags added to the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-