Interface ListWorkflowExecutionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListWorkflowExecutionsResponse.Builder,ListWorkflowExecutionsResponse>,ImagebuilderResponse.Builder,SdkBuilder<ListWorkflowExecutionsResponse.Builder,ListWorkflowExecutionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListWorkflowExecutionsResponse
public static interface ListWorkflowExecutionsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowExecutionsResponse.Builder,ListWorkflowExecutionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkflowExecutionsResponse.BuilderimageBuildVersionArn(String imageBuildVersionArn)The resource ARN of the image build version for which you requested a list of workflow runtime details.ListWorkflowExecutionsResponse.Buildermessage(String message)The output message from the list action, if applicable.ListWorkflowExecutionsResponse.BuildernextToken(String nextToken)The next token used for paginated responses.ListWorkflowExecutionsResponse.BuilderrequestId(String requestIdValue)The request ID that uniquely identifies this request.ListWorkflowExecutionsResponse.BuilderworkflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)Contains an array of runtime details that represents each time a workflow ran for the requested image build version.ListWorkflowExecutionsResponse.BuilderworkflowExecutions(Consumer<WorkflowExecutionMetadata.Builder>... workflowExecutions)Contains an array of runtime details that represents each time a workflow ran for the requested image build version.ListWorkflowExecutionsResponse.BuilderworkflowExecutions(WorkflowExecutionMetadata... workflowExecutions)Contains an array of runtime details that represents each time a workflow ran for the requested image build version.-
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
-
requestId
ListWorkflowExecutionsResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
- Parameters:
requestIdValue- The request ID that uniquely identifies this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowExecutions
ListWorkflowExecutionsResponse.Builder workflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
- Parameters:
workflowExecutions- Contains an array of runtime details that represents each time a workflow ran for the requested image build version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowExecutions
ListWorkflowExecutionsResponse.Builder workflowExecutions(WorkflowExecutionMetadata... workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
- Parameters:
workflowExecutions- Contains an array of runtime details that represents each time a workflow ran for the requested image build version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowExecutions
ListWorkflowExecutionsResponse.Builder workflowExecutions(Consumer<WorkflowExecutionMetadata.Builder>... workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
This is a convenience method that creates an instance of theWorkflowExecutionMetadata.Builderavoiding the need to create one manually viaWorkflowExecutionMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#workflowExecutions(List.) - Parameters:
workflowExecutions- a consumer that will call methods onWorkflowExecutionMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#workflowExecutions(java.util.Collection)
-
imageBuildVersionArn
ListWorkflowExecutionsResponse.Builder imageBuildVersionArn(String imageBuildVersionArn)
The resource ARN of the image build version for which you requested a list of workflow runtime details.
- Parameters:
imageBuildVersionArn- The resource ARN of the image build version for which you requested a list of workflow runtime details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
ListWorkflowExecutionsResponse.Builder message(String message)
The output message from the list action, if applicable.
- Parameters:
message- The output message from the list action, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListWorkflowExecutionsResponse.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.
-
-