Interface JourneyRunResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JourneyRunResponse.Builder,
,JourneyRunResponse> SdkBuilder<JourneyRunResponse.Builder,
,JourneyRunResponse> SdkPojo
- Enclosing class:
JourneyRunResponse
public static interface JourneyRunResponse.Builder
extends SdkPojo, CopyableBuilder<JourneyRunResponse.Builder,JourneyRunResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(String creationTime) The time when the journey run was created or scheduled, in ISO 8601 format.lastUpdateTime
(String lastUpdateTime) The last time the journey run was updated, in ISO 8601 format..The unique identifier for the run.The current status of the journey run.status
(JourneyRunStatus status) The current status of the journey run.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 Details
-
creationTime
The time when the journey run was created or scheduled, in ISO 8601 format.
- Parameters:
creationTime
- The time when the journey run was created or scheduled, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateTime
The last time the journey run was updated, in ISO 8601 format..
- Parameters:
lastUpdateTime
- The last time the journey run was updated, in ISO 8601 format..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runId
The unique identifier for the run.
- Parameters:
runId
- The unique identifier for the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the journey run.
- Parameters:
status
- The current status of the journey run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the journey run.
- Parameters:
status
- The current status of the journey run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-