Interface MigrationWorkflowSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MigrationWorkflowSummary.Builder,MigrationWorkflowSummary>,SdkBuilder<MigrationWorkflowSummary.Builder,MigrationWorkflowSummary>,SdkPojo
- Enclosing class:
- MigrationWorkflowSummary
public static interface MigrationWorkflowSummary.Builder extends SdkPojo, CopyableBuilder<MigrationWorkflowSummary.Builder,MigrationWorkflowSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MigrationWorkflowSummary.BuilderadsApplicationConfigurationName(String adsApplicationConfigurationName)The name of the application configured in Application Discovery Service.MigrationWorkflowSummary.BuildercompletedSteps(Integer completedSteps)The steps completed in the migration workflow.MigrationWorkflowSummary.BuildercreationTime(Instant creationTime)The time at which the migration workflow was created.MigrationWorkflowSummary.BuilderendTime(Instant endTime)The time at which the migration workflow ended.MigrationWorkflowSummary.Builderid(String id)The ID of the migration workflow.MigrationWorkflowSummary.Buildername(String name)The name of the migration workflow.MigrationWorkflowSummary.Builderstatus(String status)The status of the migration workflow.MigrationWorkflowSummary.Builderstatus(MigrationWorkflowStatusEnum status)The status of the migration workflow.MigrationWorkflowSummary.BuilderstatusMessage(String statusMessage)The status message of the migration workflow.MigrationWorkflowSummary.BuildertemplateId(String templateId)The ID of the template.MigrationWorkflowSummary.BuildertotalSteps(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, sdkFields
-
-
-
-
Method Detail
-
id
MigrationWorkflowSummary.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.
-
name
MigrationWorkflowSummary.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.
-
templateId
MigrationWorkflowSummary.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.
-
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
MigrationWorkflowSummary.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
MigrationWorkflowSummary.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
-
creationTime
MigrationWorkflowSummary.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.
-
endTime
MigrationWorkflowSummary.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.
-
statusMessage
MigrationWorkflowSummary.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.
-
completedSteps
MigrationWorkflowSummary.Builder completedSteps(Integer 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
MigrationWorkflowSummary.Builder totalSteps(Integer 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.
-
-