Interface ListWorkflowBuildVersionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListWorkflowBuildVersionsResponse.Builder,
,ListWorkflowBuildVersionsResponse> ImagebuilderResponse.Builder
,SdkBuilder<ListWorkflowBuildVersionsResponse.Builder,
,ListWorkflowBuildVersionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListWorkflowBuildVersionsResponse
@Mutable
@NotThreadSafe
public static interface ListWorkflowBuildVersionsResponse.Builder
extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowBuildVersionsResponse.Builder,ListWorkflowBuildVersionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe next token used for paginated responses.workflowSummaryList
(Collection<WorkflowSummary> workflowSummaryList) A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.workflowSummaryList
(Consumer<WorkflowSummary.Builder>... workflowSummaryList) A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.workflowSummaryList
(WorkflowSummary... workflowSummaryList) A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
workflowSummaryList
ListWorkflowBuildVersionsResponse.Builder workflowSummaryList(Collection<WorkflowSummary> workflowSummaryList) A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.
- Parameters:
workflowSummaryList
- A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowSummaryList
ListWorkflowBuildVersionsResponse.Builder workflowSummaryList(WorkflowSummary... workflowSummaryList) A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.
- Parameters:
workflowSummaryList
- A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowSummaryList
ListWorkflowBuildVersionsResponse.Builder workflowSummaryList(Consumer<WorkflowSummary.Builder>... workflowSummaryList) A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.
This is a convenience method that creates an instance of theWorkflowSummary.Builder
avoiding the need to create one manually viaWorkflowSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toworkflowSummaryList(List<WorkflowSummary>)
.- Parameters:
workflowSummaryList
- a consumer that will call methods onWorkflowSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
- Parameters:
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-