public static interface MigrationWorkflowSummary.Builder extends SdkPojo, CopyableBuilder<MigrationWorkflowSummary.Builder,MigrationWorkflowSummary>
| Modifier and Type | Method and Description |
|---|---|
MigrationWorkflowSummary.Builder |
adsApplicationConfigurationName(String adsApplicationConfigurationName)
The name of the application configured in Application Discovery Service.
|
MigrationWorkflowSummary.Builder |
completedSteps(Integer completedSteps)
The steps completed in the migration workflow.
|
MigrationWorkflowSummary.Builder |
creationTime(Instant creationTime)
The time at which the migration workflow was created.
|
MigrationWorkflowSummary.Builder |
endTime(Instant endTime)
The time at which the migration workflow ended.
|
MigrationWorkflowSummary.Builder |
id(String id)
The ID of the migration workflow.
|
MigrationWorkflowSummary.Builder |
name(String name)
The name of the migration workflow.
|
MigrationWorkflowSummary.Builder |
status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
MigrationWorkflowSummary.Builder |
status(String status)
The status of the migration workflow.
|
MigrationWorkflowSummary.Builder |
statusMessage(String statusMessage)
The status message of the migration workflow.
|
MigrationWorkflowSummary.Builder |
templateId(String templateId)
The ID of the template.
|
MigrationWorkflowSummary.Builder |
totalSteps(Integer totalSteps)
All the steps in a migration workflow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMigrationWorkflowSummary.Builder id(String id)
The ID of the migration workflow.
id - The ID of the migration workflow.MigrationWorkflowSummary.Builder name(String name)
The name of the migration workflow.
name - The name of the migration workflow.MigrationWorkflowSummary.Builder templateId(String templateId)
The ID of the template.
templateId - The ID of the template.MigrationWorkflowSummary.Builder adsApplicationConfigurationName(String adsApplicationConfigurationName)
The name of the application configured in Application Discovery Service.
adsApplicationConfigurationName - The name of the application configured in Application Discovery Service.MigrationWorkflowSummary.Builder status(String status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnum,
MigrationWorkflowStatusEnumMigrationWorkflowSummary.Builder status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
status - The status of the migration workflow.MigrationWorkflowStatusEnum,
MigrationWorkflowStatusEnumMigrationWorkflowSummary.Builder creationTime(Instant creationTime)
The time at which the migration workflow was created.
creationTime - The time at which the migration workflow was created.MigrationWorkflowSummary.Builder endTime(Instant endTime)
The time at which the migration workflow ended.
endTime - The time at which the migration workflow ended.MigrationWorkflowSummary.Builder statusMessage(String statusMessage)
The status message of the migration workflow.
statusMessage - The status message of the migration workflow.MigrationWorkflowSummary.Builder completedSteps(Integer completedSteps)
The steps completed in the migration workflow.
completedSteps - The steps completed in the migration workflow.MigrationWorkflowSummary.Builder totalSteps(Integer totalSteps)
All the steps in a migration workflow.
totalSteps - All the steps in a migration workflow.Copyright © 2023. All rights reserved.