Interface MigrationWorkflowSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MigrationWorkflowSummary.Builder,
,MigrationWorkflowSummary> SdkBuilder<MigrationWorkflowSummary.Builder,
,MigrationWorkflowSummary> SdkPojo
- Enclosing class:
MigrationWorkflowSummary
@Mutable
@NotThreadSafe
public static interface MigrationWorkflowSummary.Builder
extends SdkPojo, CopyableBuilder<MigrationWorkflowSummary.Builder,MigrationWorkflowSummary>
-
Method Summary
Modifier and TypeMethodDescriptionadsApplicationConfigurationName
(String adsApplicationConfigurationName) The name of the application configured in Application Discovery Service.completedSteps
(Integer completedSteps) The steps completed in the migration workflow.creationTime
(Instant creationTime) The time at which the migration workflow was created.The time at which the migration workflow ended.The ID of the migration workflow.The name of the migration workflow.The status of the migration workflow.status
(MigrationWorkflowStatusEnum status) The status of the migration workflow.statusMessage
(String statusMessage) The status message of the migration workflow.templateId
(String templateId) The ID of the template.totalSteps
(Integer totalSteps) All the steps in a migration workflow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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.
-
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.
-
adsApplicationConfigurationName
MigrationWorkflowSummary.Builder adsApplicationConfigurationName(String adsApplicationConfigurationName) The name of the application configured in Application Discovery Service.
- Parameters:
adsApplicationConfigurationName
- 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
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:
-
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:
-
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.
-
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.
-
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.
-
completedSteps
The steps completed in the migration workflow.
- Parameters:
completedSteps
- The steps completed in the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalSteps
All the steps in a migration workflow.
- Parameters:
totalSteps
- All the steps in a migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-