Interface StopWorkflowResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopWorkflowResponse.Builder,StopWorkflowResponse>,MigrationHubOrchestratorResponse.Builder,SdkBuilder<StopWorkflowResponse.Builder,StopWorkflowResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopWorkflowResponse
public static interface StopWorkflowResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<StopWorkflowResponse.Builder,StopWorkflowResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopWorkflowResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the migration workflow.StopWorkflowResponse.Builderid(String id)The ID of the migration workflow.StopWorkflowResponse.BuilderlastStopTime(Instant lastStopTime)The time at which the migration workflow was stopped.StopWorkflowResponse.Builderstatus(String status)The status of the migration workflow.StopWorkflowResponse.Builderstatus(MigrationWorkflowStatusEnum status)The status of the migration workflow.StopWorkflowResponse.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
StopWorkflowResponse.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
StopWorkflowResponse.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
StopWorkflowResponse.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
StopWorkflowResponse.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
StopWorkflowResponse.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.
-
lastStopTime
StopWorkflowResponse.Builder lastStopTime(Instant lastStopTime)
The time at which the migration workflow was stopped.
- Parameters:
lastStopTime- The time at which the migration workflow was stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-