Interface SendWorkflowStepActionResponse.Builder

    • Method Detail

      • stepExecutionId

        SendWorkflowStepActionResponse.Builder stepExecutionId​(String stepExecutionId)

        The workflow step that sent the step action.

        Parameters:
        stepExecutionId - The workflow step that sent the step action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageBuildVersionArn

        SendWorkflowStepActionResponse.Builder imageBuildVersionArn​(String imageBuildVersionArn)

        The Amazon Resource Name (ARN) of the image build version that received the action request.

        Parameters:
        imageBuildVersionArn - The Amazon Resource Name (ARN) of the image build version that received the action request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        SendWorkflowStepActionResponse.Builder clientToken​(String clientToken)

        The client token that uniquely identifies the request.

        Parameters:
        clientToken - The client token that uniquely identifies the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.