Interface GetWorkflowRunResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetWorkflowRunResponse.Builder,,GetWorkflowRunResponse> NovaActResponse.Builder,SdkBuilder<GetWorkflowRunResponse.Builder,,GetWorkflowRunResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetWorkflowRunResponse
@Mutable
@NotThreadSafe
public static interface GetWorkflowRunResponse.Builder
extends NovaActResponse.Builder, SdkPojo, CopyableBuilder<GetWorkflowRunResponse.Builder,GetWorkflowRunResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the workflow run completed execution, if applicable.logGroupName(String logGroupName) The CloudWatch log group name for this workflow run's logs.The ID of the AI model being used for this workflow run.The timestamp when the workflow run started execution.The current execution status of the workflow run.status(WorkflowRunStatus status) The current execution status of the workflow run.workflowRunArn(String workflowRunArn) The Amazon Resource Name (ARN) of the workflow run.workflowRunId(String workflowRunId) The unique identifier of the workflow run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.novaact.model.NovaActResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
workflowRunArn
The Amazon Resource Name (ARN) of the workflow run.
- Parameters:
workflowRunArn- The Amazon Resource Name (ARN) of the workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowRunId
The unique identifier of the workflow run.
- Parameters:
workflowRunId- The unique identifier of the workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current execution status of the workflow run.
- Parameters:
status- The current execution status of the workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current execution status of the workflow run.
- Parameters:
status- The current execution status of the workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedAt
The timestamp when the workflow run started execution.
- Parameters:
startedAt- The timestamp when the workflow run started execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
The timestamp when the workflow run completed execution, if applicable.
- Parameters:
endedAt- The timestamp when the workflow run completed execution, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelId
The ID of the AI model being used for this workflow run.
- Parameters:
modelId- The ID of the AI model being used for this workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupName
The CloudWatch log group name for this workflow run's logs.
- Parameters:
logGroupName- The CloudWatch log group name for this workflow run's logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-