Interface ListWorkflowRunsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CodeCatalystRequest.Builder,- CopyableBuilder<ListWorkflowRunsRequest.Builder,,- ListWorkflowRunsRequest> - SdkBuilder<ListWorkflowRunsRequest.Builder,,- ListWorkflowRunsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListWorkflowRunsRequest
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of results to show in a single call to this API.A token returned from a call to this API to indicate the next batch of results to return, if any.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.sortBy(Collection<WorkflowRunSortCriteria> sortBy) Information used to sort the items in the returned list.sortBy(Consumer<WorkflowRunSortCriteria.Builder>... sortBy) Information used to sort the items in the returned list.sortBy(WorkflowRunSortCriteria... sortBy) Information used to sort the items in the returned list.The name of the space.workflowId(String workflowId) The ID of the workflow.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystRequest.BuilderbuildMethods 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, sdkFields
- 
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.
 
- 
workflowIdThe ID of the workflow. To retrieve a list of workflow IDs, use ListWorkflows. - Parameters:
- workflowId- The ID of the workflow. To retrieve a list of workflow IDs, use ListWorkflows.
- 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.
 
- 
nextTokenA token returned from a call to this API to indicate the next batch of results to return, if any. - Parameters:
- nextToken- A token returned from a call to this API to indicate the next batch of results to return, if any.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextTokenelement, which you can use to obtain additional results.- Parameters:
- maxResults- The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a- NextTokenelement, which you can use to obtain additional results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sortByInformation used to sort the items in the returned list. - Parameters:
- sortBy- Information used to sort the items in the returned list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sortByInformation used to sort the items in the returned list. - Parameters:
- sortBy- Information used to sort the items in the returned list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sortByInformation used to sort the items in the returned list. This is a convenience method that creates an instance of theWorkflowRunSortCriteria.Builderavoiding the need to create one manually viaWorkflowRunSortCriteria.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosortBy(List<WorkflowRunSortCriteria>).- Parameters:
- sortBy- a consumer that will call methods on- WorkflowRunSortCriteria.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationListWorkflowRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListWorkflowRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-