Interface GetWorkflowResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetWorkflowResponse.Builder,GetWorkflowResponse>,MigrationHubOrchestratorResponse.Builder,SdkBuilder<GetWorkflowResponse.Builder,GetWorkflowResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetWorkflowResponse
public static interface GetWorkflowResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<GetWorkflowResponse.Builder,GetWorkflowResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetWorkflowResponse.BuilderadsApplicationConfigurationId(String adsApplicationConfigurationId)The configuration ID of the application configured in Application Discovery Service.GetWorkflowResponse.BuilderadsApplicationName(String adsApplicationName)The name of the application configured in Application Discovery Service.GetWorkflowResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the migration workflow.GetWorkflowResponse.BuildercompletedSteps(Integer completedSteps)Get a list of completed steps in the migration workflow.GetWorkflowResponse.BuildercreationTime(Instant creationTime)The time at which the migration workflow was created.GetWorkflowResponse.Builderdescription(String description)The description of the migration workflow.GetWorkflowResponse.BuilderendTime(Instant endTime)The time at which the migration workflow ended.GetWorkflowResponse.Builderid(String id)The ID of the migration workflow.GetWorkflowResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The time at which the migration workflow was last modified.GetWorkflowResponse.BuilderlastStartTime(Instant lastStartTime)The time at which the migration workflow was last started.GetWorkflowResponse.BuilderlastStopTime(Instant lastStopTime)The time at which the migration workflow was last stopped.GetWorkflowResponse.Buildername(String name)The name of the migration workflow.GetWorkflowResponse.Builderstatus(String status)The status of the migration workflow.GetWorkflowResponse.Builderstatus(MigrationWorkflowStatusEnum status)The status of the migration workflow.GetWorkflowResponse.BuilderstatusMessage(String statusMessage)The status message of the migration workflow.GetWorkflowResponse.Buildertags(Map<String,String> tags)The tags added to the migration workflow.GetWorkflowResponse.BuildertemplateId(String templateId)The ID of the template.GetWorkflowResponse.Buildertools(Collection<Tool> tools)List of AWS services utilized in a migration workflow.GetWorkflowResponse.Buildertools(Consumer<Tool.Builder>... tools)List of AWS services utilized in a migration workflow.GetWorkflowResponse.Buildertools(Tool... tools)List of AWS services utilized in a migration workflow.GetWorkflowResponse.BuildertotalSteps(Integer totalSteps)The total number of steps in the migration workflow.GetWorkflowResponse.BuilderworkflowBucket(String workflowBucket)The Amazon S3 bucket where the migration logs are stored.GetWorkflowResponse.BuilderworkflowInputs(Map<String,StepInput> workflowInputs)The inputs required for creating the 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
GetWorkflowResponse.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
GetWorkflowResponse.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
GetWorkflowResponse.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
GetWorkflowResponse.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
GetWorkflowResponse.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
GetWorkflowResponse.Builder adsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
- Parameters:
adsApplicationConfigurationId- The configuration ID of the application configured in Application Discovery Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adsApplicationName
GetWorkflowResponse.Builder adsApplicationName(String adsApplicationName)
The name of the application configured in Application Discovery Service.
- Parameters:
adsApplicationName- The name of the application configured in Application Discovery Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetWorkflowResponse.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
GetWorkflowResponse.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
-
statusMessage
GetWorkflowResponse.Builder statusMessage(String statusMessage)
The status message of the migration workflow.
- Parameters:
statusMessage- The status message of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
GetWorkflowResponse.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.
-
lastStartTime
GetWorkflowResponse.Builder lastStartTime(Instant lastStartTime)
The time at which the migration workflow was last started.
- Parameters:
lastStartTime- The time at which the migration workflow was last started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastStopTime
GetWorkflowResponse.Builder lastStopTime(Instant lastStopTime)
The time at which the migration workflow was last stopped.
- Parameters:
lastStopTime- The time at which the migration workflow was last stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
GetWorkflowResponse.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.
-
endTime
GetWorkflowResponse.Builder endTime(Instant endTime)
The time at which the migration workflow ended.
- Parameters:
endTime- The time at which the migration workflow ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tools
GetWorkflowResponse.Builder tools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
- Parameters:
tools- List of AWS services utilized in a migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tools
GetWorkflowResponse.Builder tools(Tool... tools)
List of AWS services utilized in a migration workflow.
- Parameters:
tools- List of AWS services utilized in a migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tools
GetWorkflowResponse.Builder tools(Consumer<Tool.Builder>... tools)
List of AWS services utilized in a migration workflow.
This is a convenience method that creates an instance of theTool.Builderavoiding the need to create one manually viaTool.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tools(List.) - Parameters:
tools- a consumer that will call methods onTool.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tools(java.util.Collection)
-
totalSteps
GetWorkflowResponse.Builder totalSteps(Integer totalSteps)
The total number of steps in the migration workflow.
- Parameters:
totalSteps- The total number of steps in the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedSteps
GetWorkflowResponse.Builder completedSteps(Integer completedSteps)
Get a list of completed steps in the migration workflow.
- Parameters:
completedSteps- Get a list of completed steps in the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowInputs
GetWorkflowResponse.Builder workflowInputs(Map<String,StepInput> workflowInputs)
The inputs required for creating the migration workflow.
- Parameters:
workflowInputs- The inputs required for creating the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
GetWorkflowResponse.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.
-
workflowBucket
GetWorkflowResponse.Builder workflowBucket(String workflowBucket)
The Amazon S3 bucket where the migration logs are stored.
- Parameters:
workflowBucket- The Amazon S3 bucket where the migration logs are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-