Interface StartWorkflowRunResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodeCatalystResponse.Builder,CopyableBuilder<StartWorkflowRunResponse.Builder,,StartWorkflowRunResponse> SdkBuilder<StartWorkflowRunResponse.Builder,,StartWorkflowRunResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StartWorkflowRunResponse
@Mutable
@NotThreadSafe
public static interface StartWorkflowRunResponse.Builder
extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<StartWorkflowRunResponse.Builder,StartWorkflowRunResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe system-generated unique ID of the workflow run.projectName(String projectName) The name of the project in the space.The name of the space.workflowId(String workflowId) The system-generated unique ID of the workflow.Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
- 
spaceName
The 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.
 
 - 
projectName
The 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.
 
 - 
id
The system-generated unique ID of the workflow run.
- Parameters:
 id- The system-generated unique ID of the workflow run.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
workflowId
The system-generated unique ID of the workflow.
- Parameters:
 workflowId- The system-generated unique ID of the workflow.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -