Interface GetWorkflowRunRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CodeCatalystRequest.Builder,CopyableBuilder<GetWorkflowRunRequest.Builder,,GetWorkflowRunRequest> SdkBuilder<GetWorkflowRunRequest.Builder,,GetWorkflowRunRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 GetWorkflowRunRequest
public static interface GetWorkflowRunRequest.Builder
extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowRunRequest.Builder,GetWorkflowRunRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of the workflow run.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectName(String projectName) The name of the project in the space.The name of the space.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystRequest.Builder
buildMethods 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, sdkFields 
- 
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.
 
 - 
id
The ID of the workflow run. To retrieve a list of workflow run IDs, use ListWorkflowRuns.
- Parameters:
 id- The ID of the workflow run. To retrieve a list of workflow run IDs, use ListWorkflowRuns.- 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.
 
 - 
overrideConfiguration
GetWorkflowRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
GetWorkflowRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -