GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.adsApplicationConfigurationId(String adsApplicationConfigurationId) |
The configuration ID of the application configured in Application Discovery Service.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.adsApplicationName(String adsApplicationName) |
The name of the application configured in Application Discovery Service.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the migration workflow.
|
static GetWorkflowResponse.Builder |
GetWorkflowResponse.builder() |
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.completedSteps(Integer completedSteps) |
Get a list of completed steps in the migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.creationTime(Instant creationTime) |
The time at which the migration workflow was created.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.description(String description) |
The description of the migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.endTime(Instant endTime) |
The time at which the migration workflow ended.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.id(String id) |
The ID of the migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The time at which the migration workflow was last modified.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.lastStartTime(Instant lastStartTime) |
The time at which the migration workflow was last started.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.lastStopTime(Instant lastStopTime) |
The time at which the migration workflow was last stopped.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.name(String name) |
The name of the migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.status(String status) |
The status of the migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.status(MigrationWorkflowStatusEnum status) |
The status of the migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.statusMessage(String statusMessage) |
The status message of the migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.tags(Map<String,String> tags) |
The tags added to the migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.templateId(String templateId) |
The ID of the template.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.toBuilder() |
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.tools(Collection<Tool> tools) |
List of AWS services utilized in a migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.tools(Consumer<Tool.Builder>... tools) |
List of AWS services utilized in a migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.tools(Tool... tools) |
List of AWS services utilized in a migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.totalSteps(Integer totalSteps) |
The total number of steps in the migration workflow.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.workflowBucket(String workflowBucket) |
The Amazon S3 bucket where the migration logs are stored.
|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.workflowInputs(Map<String,StepInput> workflowInputs) |
The inputs required for creating the migration workflow.
|