Interface GetWorkflowRunResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeCatalystResponse.Builder,- CopyableBuilder<GetWorkflowRunResponse.Builder,,- GetWorkflowRunResponse> - SdkBuilder<GetWorkflowRunResponse.Builder,,- GetWorkflowRunResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetWorkflowRunResponse
- 
Method SummaryModifier and TypeMethodDescriptionThe date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.The ID of the workflow run.lastUpdatedTime(Instant lastUpdatedTime) The date and time the workflow run status was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339projectName(String projectName) The name of the project in the space.The name of the space.The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in RFC 3339The status of the workflow run.status(WorkflowRunStatus status) The status of the workflow run.statusReasons(Collection<WorkflowRunStatusReason> statusReasons) Information about the reasons for the status of the workflow run.statusReasons(Consumer<WorkflowRunStatusReason.Builder>... statusReasons) Information about the reasons for the status of the workflow run.statusReasons(WorkflowRunStatusReason... statusReasons) Information about the reasons for the status of the workflow run.workflowId(String workflowId) The ID of the workflow.Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
spaceNameThe name of the space. - Parameters:
- spaceName- The name of the space.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
projectNameThe name of the project in the space. - Parameters:
- projectName- The name of the project in the space.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe ID of the workflow run. - Parameters:
- id- The ID of the workflow run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
workflowIdThe ID of the workflow. - Parameters:
- workflowId- The ID of the workflow.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the workflow run. - Parameters:
- status- The status of the workflow run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the workflow run. - Parameters:
- status- The status of the workflow run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonsInformation about the reasons for the status of the workflow run. - Parameters:
- statusReasons- Information about the reasons for the status of the workflow run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusReasonsInformation about the reasons for the status of the workflow run. - Parameters:
- statusReasons- Information about the reasons for the status of the workflow run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusReasonsGetWorkflowRunResponse.Builder statusReasons(Consumer<WorkflowRunStatusReason.Builder>... statusReasons) Information about the reasons for the status of the workflow run. This is a convenience method that creates an instance of theWorkflowRunStatusReason.Builderavoiding the need to create one manually viaWorkflowRunStatusReason.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatusReasons(List<WorkflowRunStatusReason>).- Parameters:
- statusReasons- a consumer that will call methods on- WorkflowRunStatusReason.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
startTimeThe date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in RFC 3339 - Parameters:
- startTime- The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endTimeThe date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in RFC 3339. - Parameters:
- endTime- The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdatedTimeThe date and time the workflow run status was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339 - Parameters:
- lastUpdatedTime- The date and time the workflow run status was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-