Interface ListWorkflowBuildVersionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListWorkflowBuildVersionsResponse.Builder,ListWorkflowBuildVersionsResponse>,ImagebuilderResponse.Builder,SdkBuilder<ListWorkflowBuildVersionsResponse.Builder,ListWorkflowBuildVersionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListWorkflowBuildVersionsResponse
public static interface ListWorkflowBuildVersionsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowBuildVersionsResponse.Builder,ListWorkflowBuildVersionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkflowBuildVersionsResponse.BuildernextToken(String nextToken)The next token used for paginated responses.ListWorkflowBuildVersionsResponse.BuilderworkflowSummaryList(Collection<WorkflowSummary> workflowSummaryList)A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.ListWorkflowBuildVersionsResponse.BuilderworkflowSummaryList(Consumer<WorkflowSummary.Builder>... workflowSummaryList)A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.ListWorkflowBuildVersionsResponse.BuilderworkflowSummaryList(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaWorkflowSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#workflowSummaryList(List.) - 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:
#workflowSummaryList(java.util.Collection)
-
nextToken
ListWorkflowBuildVersionsResponse.Builder nextToken(String 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.
-
-