Interface StartWorkflowResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartWorkflowResponse.Builder,StartWorkflowResponse>,MigrationHubOrchestratorResponse.Builder,SdkBuilder<StartWorkflowResponse.Builder,StartWorkflowResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartWorkflowResponse
public static interface StartWorkflowResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<StartWorkflowResponse.Builder,StartWorkflowResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartWorkflowResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the migration workflow.StartWorkflowResponse.Builderid(String id)The ID of the migration workflow.StartWorkflowResponse.BuilderlastStartTime(Instant lastStartTime)The time at which the migration workflow was last started.StartWorkflowResponse.Builderstatus(String status)The status of the migration workflow.StartWorkflowResponse.Builderstatus(MigrationWorkflowStatusEnum status)The status of the migration workflow.StartWorkflowResponse.BuilderstatusMessage(String statusMessage)The status message of the migration workflow.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
StartWorkflowResponse.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.
-
arn
StartWorkflowResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
- Parameters:
arn- The Amazon Resource Name (ARN) of the migration workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
StartWorkflowResponse.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
StartWorkflowResponse.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
-
statusMessage
StartWorkflowResponse.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.
-
lastStartTime
StartWorkflowResponse.Builder lastStartTime(Instant lastStartTime)
The time at which the migration workflow was last started.
- Parameters:
lastStartTime- The time at which the migration workflow was last started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-