Interface ListWorkflowStepExecutionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListWorkflowStepExecutionsResponse.Builder,ListWorkflowStepExecutionsResponse>,ImagebuilderResponse.Builder,SdkBuilder<ListWorkflowStepExecutionsResponse.Builder,ListWorkflowStepExecutionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListWorkflowStepExecutionsResponse
public static interface ListWorkflowStepExecutionsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowStepExecutionsResponse.Builder,ListWorkflowStepExecutionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkflowStepExecutionsResponse.BuilderimageBuildVersionArn(String imageBuildVersionArn)The image build version resource ARN that's associated with the specified runtime instance of the workflow.ListWorkflowStepExecutionsResponse.Buildermessage(String message)The output message from the list action, if applicable.ListWorkflowStepExecutionsResponse.BuildernextToken(String nextToken)The next token used for paginated responses.ListWorkflowStepExecutionsResponse.BuilderrequestId(String requestIdValue)The request ID that uniquely identifies this request.ListWorkflowStepExecutionsResponse.Buildersteps(Collection<WorkflowStepMetadata> steps)Contains an array of runtime details that represents each step in this runtime instance of the workflow.ListWorkflowStepExecutionsResponse.Buildersteps(Consumer<WorkflowStepMetadata.Builder>... steps)Contains an array of runtime details that represents each step in this runtime instance of the workflow.ListWorkflowStepExecutionsResponse.Buildersteps(WorkflowStepMetadata... steps)Contains an array of runtime details that represents each step in this runtime instance of the workflow.ListWorkflowStepExecutionsResponse.BuilderworkflowBuildVersionArn(String workflowBuildVersionArn)The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.ListWorkflowStepExecutionsResponse.BuilderworkflowExecutionId(String workflowExecutionId)The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.-
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
ListWorkflowStepExecutionsResponse.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.
-
steps
ListWorkflowStepExecutionsResponse.Builder steps(Collection<WorkflowStepMetadata> steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
- Parameters:
steps- Contains an array of runtime details that represents each step in this runtime instance of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
steps
ListWorkflowStepExecutionsResponse.Builder steps(WorkflowStepMetadata... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
- Parameters:
steps- Contains an array of runtime details that represents each step in this runtime instance of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
steps
ListWorkflowStepExecutionsResponse.Builder steps(Consumer<WorkflowStepMetadata.Builder>... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
This is a convenience method that creates an instance of theWorkflowStepMetadata.Builderavoiding the need to create one manually viaWorkflowStepMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#steps(List.) - Parameters:
steps- a consumer that will call methods onWorkflowStepMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#steps(java.util.Collection)
-
workflowBuildVersionArn
ListWorkflowStepExecutionsResponse.Builder workflowBuildVersionArn(String workflowBuildVersionArn)
The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.
- Parameters:
workflowBuildVersionArn- The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowExecutionId
ListWorkflowStepExecutionsResponse.Builder workflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
- Parameters:
workflowExecutionId- The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageBuildVersionArn
ListWorkflowStepExecutionsResponse.Builder imageBuildVersionArn(String imageBuildVersionArn)
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
- Parameters:
imageBuildVersionArn- The image build version resource ARN that's associated with the specified runtime instance of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
ListWorkflowStepExecutionsResponse.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
ListWorkflowStepExecutionsResponse.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.
-
-