Interface ListWorkflowStepExecutionsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListWorkflowStepExecutionsResponse.Builder,ListWorkflowStepExecutionsResponse>, ImagebuilderResponse.Builder, SdkBuilder<ListWorkflowStepExecutionsResponse.Builder,ListWorkflowStepExecutionsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListWorkflowStepExecutionsResponse

  • Method Details

    • requestId

      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

      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

      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

      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 the WorkflowStepMetadata.Builder avoiding the need to create one manually via WorkflowStepMetadata.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to steps(List<WorkflowStepMetadata>).

      Parameters:
      steps - a consumer that will call methods on WorkflowStepMetadata.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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.