public static interface GetWorkflowResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<GetWorkflowResponse.Builder,GetWorkflowResponse>
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowResponse.Builder |
adsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
|
GetWorkflowResponse.Builder |
adsApplicationName(String adsApplicationName)
The name of the application configured in Application Discovery Service.
|
GetWorkflowResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
GetWorkflowResponse.Builder |
completedSteps(Integer completedSteps)
Get a list of completed steps in the migration workflow.
|
GetWorkflowResponse.Builder |
creationTime(Instant creationTime)
The time at which the migration workflow was created.
|
GetWorkflowResponse.Builder |
description(String description)
The description of the migration workflow.
|
GetWorkflowResponse.Builder |
endTime(Instant endTime)
The time at which the migration workflow ended.
|
GetWorkflowResponse.Builder |
id(String id)
The ID of the migration workflow.
|
GetWorkflowResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time at which the migration workflow was last modified.
|
GetWorkflowResponse.Builder |
lastStartTime(Instant lastStartTime)
The time at which the migration workflow was last started.
|
GetWorkflowResponse.Builder |
lastStopTime(Instant lastStopTime)
The time at which the migration workflow was last stopped.
|
GetWorkflowResponse.Builder |
name(String name)
The name of the migration workflow.
|
GetWorkflowResponse.Builder |
status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
GetWorkflowResponse.Builder |
status(String status)
The status of the migration workflow.
|
GetWorkflowResponse.Builder |
statusMessage(String statusMessage)
The status message of the migration workflow.
|
GetWorkflowResponse.Builder |
tags(Map<String,String> tags)
The tags added to the migration workflow.
|
GetWorkflowResponse.Builder |
templateId(String templateId)
The ID of the template.
|
GetWorkflowResponse.Builder |
tools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
|
GetWorkflowResponse.Builder |
tools(Consumer<Tool.Builder>... tools)
List of AWS services utilized in a migration workflow.
|
GetWorkflowResponse.Builder |
tools(Tool... tools)
List of AWS services utilized in a migration workflow.
|
GetWorkflowResponse.Builder |
totalSteps(Integer totalSteps)
The total number of steps in the migration workflow.
|
GetWorkflowResponse.Builder |
workflowBucket(String workflowBucket)
The Amazon S3 bucket where the migration logs are stored.
|
GetWorkflowResponse.Builder |
workflowInputs(Map<String,StepInput> workflowInputs)
The inputs required for creating the migration workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowResponse.Builder id(String id)
The ID of the migration workflow.
id - The ID of the migration workflow.GetWorkflowResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
arn - The Amazon Resource Name (ARN) of the migration workflow.GetWorkflowResponse.Builder name(String name)
The name of the migration workflow.
name - The name of the migration workflow.GetWorkflowResponse.Builder description(String description)
The description of the migration workflow.
description - The description of the migration workflow.GetWorkflowResponse.Builder templateId(String templateId)
The ID of the template.
templateId - The ID of the template.GetWorkflowResponse.Builder adsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
adsApplicationConfigurationId - The configuration ID of the application configured in Application Discovery Service.GetWorkflowResponse.Builder adsApplicationName(String adsApplicationName)
The name of the application configured in Application Discovery Service.
adsApplicationName - The name of the application configured in Application Discovery Service.GetWorkflowResponse.Builder status(String status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnum,
MigrationWorkflowStatusEnumGetWorkflowResponse.Builder status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnum,
MigrationWorkflowStatusEnumGetWorkflowResponse.Builder statusMessage(String statusMessage)
The status message of the migration workflow.
statusMessage - The status message of the migration workflow.GetWorkflowResponse.Builder creationTime(Instant creationTime)
The time at which the migration workflow was created.
creationTime - The time at which the migration workflow was created.GetWorkflowResponse.Builder lastStartTime(Instant lastStartTime)
The time at which the migration workflow was last started.
lastStartTime - The time at which the migration workflow was last started.GetWorkflowResponse.Builder lastStopTime(Instant lastStopTime)
The time at which the migration workflow was last stopped.
lastStopTime - The time at which the migration workflow was last stopped.GetWorkflowResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time at which the migration workflow was last modified.
lastModifiedTime - The time at which the migration workflow was last modified.GetWorkflowResponse.Builder endTime(Instant endTime)
The time at which the migration workflow ended.
endTime - The time at which the migration workflow ended.GetWorkflowResponse.Builder tools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
tools - List of AWS services utilized in a migration workflow.GetWorkflowResponse.Builder tools(Tool... tools)
List of AWS services utilized in a migration workflow.
tools - List of AWS services utilized in a migration workflow.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.Builder avoiding the need to
create one manually via Tool.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tools(List.
tools - a consumer that will call methods on
Tool.Builder#tools(java.util.Collection) GetWorkflowResponse.Builder totalSteps(Integer totalSteps)
The total number of steps in the migration workflow.
totalSteps - The total number of steps in the migration workflow.GetWorkflowResponse.Builder completedSteps(Integer completedSteps)
Get a list of completed steps in the migration workflow.
completedSteps - Get a list of completed steps in the migration workflow.GetWorkflowResponse.Builder workflowInputs(Map<String,StepInput> workflowInputs)
The inputs required for creating the migration workflow.
workflowInputs - The inputs required for creating the migration workflow.GetWorkflowResponse.Builder tags(Map<String,String> tags)
The tags added to the migration workflow.
tags - The tags added to the migration workflow.GetWorkflowResponse.Builder workflowBucket(String workflowBucket)
The Amazon S3 bucket where the migration logs are stored.
workflowBucket - The Amazon S3 bucket where the migration logs are stored.Copyright © 2023. All rights reserved.